OpenJetGet Started

local Codex alternative

A local Codex alternative for open models

OpenJet brings the coding-agent loop to hardware you control. Instead of using hosted Codex models, it configures Qwen or another open model locally and connects it to repository tools and approval-gated shell execution.

What OpenAI Codex already does well

Codex is OpenAI's coding agent and uses OpenAI coding models through ChatGPT plans or API-backed services. It offers strong hosted models and broad agent capabilities rather than an on-device open-weight inference path.

Product capabilities change, so verify the current details in the OpenAI Codex documentation.

OpenJet vs OpenAI Codex

AreaOpenJetOpenAI Codex
ModelsRuns open models such as Qwen locally.Uses OpenAI's hosted Codex model family.
Data pathPrompts, code context, and model output remain on the local system.Model inference is provided through OpenAI services.
HardwarePerformance depends on the GPU, RAM, quantization, and context you own.Compute is supplied by the hosted service.
Best capabilitySovereignty, offline use, and predictable local control.Frontier hosted model quality and managed compute.

Which should you choose?

Choose OpenJet when you need

  • Air-gapped or sovereign development
  • Teams standardizing on open weights
  • Avoiding hosted inference
  • Local Qwen coding-agent experiments

Choose OpenAI Codex when you need

  • Frontier model capability
  • Managed compute with no local GPU requirement
  • Deep OpenAI product integration

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

OpenAI Codex alternative FAQ

Can Codex run with a local LLM?
OpenJet is the local alternative covered here: it supplies its own agent harness and runs an open model locally rather than attempting to run OpenAI's hosted Codex models on-device.
Is OpenJet an OpenAI product?
No. OpenJet is an independent open-source project for local LLM inference and coding-agent workflows.
Does OpenJet need an OpenAI API key?
No. Its local model path does not require an OpenAI account or API key.

Compare more local coding-agent paths

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