> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Local model optimization और setup

> अपने hardware के लिए एक runnable local model चुनें और configure करें।

एक hardware-aware recommendation और setup command का preview करें:

```bash theme={null}
arka model-optimizer recommend
arka model-optimizer setup --backend ollama
```

Provider configuration को `--apply` के साथ स्पष्ट रूप से apply करें:

```bash theme={null}
arka model-optimizer setup --backend ollama --apply
```

एक configured GPU server के लिए `vllm` या इसके OpenAI-compatible desktop server
के लिए `lmstudio` का उपयोग करें। Arka implicitly weights download नहीं करता या
services शुरू नहीं करता। यह अगला command print करता है ताकि setup स्पष्ट
(explicit) और reversible बना रहे।

Deployment previews के लिए, Arka Vercel, Netlify, Railway, Render, Hugging Face
Spaces, Cloudflare Workers, और GitHub Pages का समर्थन करता है:

```bash theme={null}
arka deploy --platform huggingface --json
```


## Related topics

- [Integrations](/hi/guides/integrations.md)
- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [Research optimization](/hi/guides/optimization.md)
- [Prompt optimization](/hi/guides/prompt-optimization.md)
- [Quickstart: Arka इंस्टॉल करें और अपना पहला कमांड चलाएँ](/hi/quickstart.md)
