Download
Get the engine. It's one line.
The installer downloads the prebuilt openeng binary, verifies its SHA-256 checksum, and puts it on your PATH. A default open-weight model is pulled on first run; each config then downloads whatever models it references from its registry — Hugging Face, the Ollama library, ModelScope, or a direct URL.
Linux x86_64 (and WSL) — live today
curl -fsSL https://openeng.ai/engine/install.sh | bashOpen-weight models
Verified
Prefer to read before you pipe to bash? Inspect install.sh.
Platform status
| Platform | Binary | Status |
|---|---|---|
| Linux · x86_64 | openeng-linux-x86_64 | Live |
| macOS · Apple Silicon | openeng-darwin-aarch64 | Coming soon |
| Windows · x64 | openeng-windows-x86_64.exe | Coming soon |
No sign-up-to-be-notified forms — when a build ships it appears here and on releases.openeng.ai. Windows users can run the Linux binary under WSL today.
Manual install
Download openeng-linux-x86_64, verify it with sha256sum, mark it executable, and move it onto your PATH.
After the install
Sign in once, then it's local
- 1Run openeng. Choose “Login through browser” — with a device-code fallback for headless machines — or sign in with an API key.
- 2If the model download was skipped or interrupted, the engine finishes it on first launch.
- 3Your Console-published config resolves automatically — agents, models, cells, MCP servers.
- 4Type a prompt, or /help for the command reference. Free covers the full on-device agent.
Full walkthrough in the docs — models and runtimes, threads, and permissions.
Also coming
The OpenEng desktop app
A desktop companion to the engine is being packaged for macOS, Windows, and Linux. No installers are published yet — these cards go live the moment a build ships, and releases land on the releases page first.
macOS
macOS 11+ · Apple Silicon · DMG
Coming soon — the macOS build is not published yet. Use the engine today.
Windows
Windows 10 / 11 · x64 · EXE
Coming soon — the Windows build is not published yet. Use the engine today.
Linux
Most distros · x86_64 · AppImage
Coming soon — the Linux desktop build is not published yet. The Linux engine is live.
Release announcements land on /releases, fed by releases.openeng.ai .
The engine is the product. It's ready.
Don't wait for an installer with a progress bar — the agent ships as one verified binary, today.
Linux x86_64 · checksum-verified
curl -fsSL https://openeng.ai/engine/install.sh | bashInstalling on servers? See headless mode and API keys.