OpenJetGet Started

Aider alternative for hardware-aware local models

An Aider alternative that configures the local runtime for you

Aider is a mature terminal coding tool with broad provider support. OpenJet takes a different local-first approach: setup profiles your hardware, downloads a model that fits, configures llama.cpp, and uses the same runtime for its agent and Python SDK.

What Aider already does well

Aider connects to many hosted providers and can use local models through Ollama or an OpenAI-compatible API. Its documentation asks users to install and configure the model server separately.

Product capabilities change, so verify the current details in the Aider Ollama documentation.

OpenJet vs Aider

AreaOpenJetAider
Provider breadthFocused on a curated local model and runtime path.Connects to many hosted providers and local endpoints.
Local setupProfiles hardware, downloads a fitting model, and configures llama.cpp.Connects to an Ollama or compatible server the user configures.
WorkflowApproval-gated tools, resumable state, device sources, and MCP.Git-oriented editing with multiple chat and edit modes.
SDKSame runtime can be embedded through Python.Primarily an interactive coding assistant.

Which should you choose?

Choose OpenJet when you need

  • Developers new to local inference
  • Automatic model sizing
  • Air-gapped use
  • Agent plus embeddable SDK from one runtime

Choose Aider when you need

  • Broad model-provider choice
  • Git-centric edit workflows
  • Users with an existing Ollama or API setup

Try the local-first path

OpenJet setup detects the machine, selects a model profile that fits, downloads the model, and configures the runtime. Start it inside any repository.

bash
pipx install open-jet
openjet setup
cd /path/to/your/repo
openjet

Aider alternative FAQ

Does Aider support local LLMs?
Yes. Aider can connect to Ollama and OpenAI-compatible local servers. OpenJet's distinction is that it provisions and configures the local runtime itself.
Is OpenJet easier for first-time local LLM users?
That is its intended advantage: setup detects hardware and selects a fitting catalog profile rather than requiring a separate model server configuration.
Which tool supports more model providers?
Aider supports a broader range of hosted and local providers. OpenJet is more opinionated about the local-first path.

Compare more local coding-agent paths

Browse all OpenJet comparisons, run Qwen3.8-27B locally, or read the installation docs.