OPEN_SOURCE ↗
REDDIT · REDDIT// 18h agoPRODUCT UPDATE
OpenJet v0.4 adds multi-step agent
OpenJet v0.4 adds a rebuilt interface, better support for smaller GPUs, and a multi-step agent flow for coding tasks. It still centers on zero-config local development on top of `llama.cpp`, with hardware detection, file editing, shell access, and no API keys.
// ANALYSIS
This is a solid answer to the local-agent setup problem: less model heroics, more making the whole stack usable on real machines.
- –Auto-detecting hardware and provisioning `llama.cpp` from scratch cuts out the annoying setup tax that keeps most people on hosted tools
- –Support for RTX, Mac, Jetson, and CPU-only systems makes it unusually broad for a local-first coding agent
- –Persistent per-project and system memory moves it closer to a real agent harness than a disposable chat UI
- –The new UI and smaller-GPU model improvements matter because most local LLM users are constrained by memory, not ambition
- –Permission gates before shell and write actions make the workflow safer without turning it into a toy
// TAGS
openjetai-codingcoding-agentagentclilocal-firstopen-sourceagent-memory
DISCOVERED
18h ago
2026-05-02
PUBLISHED
21h ago
2026-05-02
RELEVANCE
9/ 10
AUTHOR
Adorable_Weakness_39