OpenJetGet Started

OpenCode alternative for managed local setup

An OpenCode alternative with the local runtime included

OpenCode and OpenJet are both terminal coding agents with local-model paths. OpenJet is aimed at developers who do not already have a provider endpoint: setup provisions a working model and runtime based on the machine.

What OpenCode already does well

OpenCode supports many providers and local models by connecting to a configured OpenAI-compatible server. Users define the endpoint, model capabilities, and context limits in provider configuration.

Product capabilities change, so verify the current details in the OpenCode model documentation.

OpenJet vs OpenCode

AreaOpenJetOpenCode
Local endpointCreates and configures the local llama.cpp runtime.Connects to a local OpenAI-compatible endpoint defined by the user.
Model choiceCurated profiles selected from detected memory and hardware.Large provider catalog and explicit per-project model selection.
FocusLocal deployment, constrained hardware, and offline operation.Provider flexibility across local and hosted models.
Application useIncludes a Python SDK and build-time model provisioning.Primarily a terminal coding-agent experience.

Which should you choose?

Choose OpenJet when you need

  • No existing local inference endpoint
  • Automatic quantization and memory fit
  • Offline and air-gapped operation
  • Embedding the runtime into another product

Choose OpenCode when you need

  • Provider and model flexibility
  • Users comfortable configuring endpoints
  • Mixing hosted and local models per session

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

OpenCode alternative FAQ

Can OpenCode use local models?
Yes. OpenCode supports local OpenAI-compatible servers. OpenJet differs by installing and configuring its local runtime rather than requiring an endpoint first.
Are OpenCode and OpenJet the same project?
No. They are independent terminal coding agents with different approaches to model provisioning and provider flexibility.
Which is better for a new local LLM user?
OpenJet is designed to reduce model and runtime setup. OpenCode may suit users who already know which provider endpoint and model configuration they want.

Compare more local coding-agent paths

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