OpenJet v0.4: Zero-Config Local Coding Agent with llama.cpp Backend

OpenJet v0.4 is now available — an open-source terminal coding agent that runs local LLMs via llama.cpp with zero manual configuration. It gives you a Claude Code-style workflow without any API keys, running entirely on your own hardware.
What It Does
- Auto-detects your hardware (RTX, Mac, Jetson, CPU-only, etc.) and configures the llama.cpp backend accordingly.
- Reads files, searches your repository, edits code, and runs shell commands.
- Asks for permission before executing shell or write actions.
- Stores persistent memory across sessions, both per-project and system-wide.
Installation
curl -fsSL https://www.openjet.dev/install.sh | bash
openjet setup
openjetNew in v0.4
- Full new user interface (TUI).
- Improved model support for smaller GPUs.
- Multi-step coding agent capabilities.
Who It's For
Developers who want a local, private coding agent without the hassle of manually configuring models, backends, or permissions.
📖 Read the full source: r/LocalLLaMA
👀 See Also

ClawControl iOS client released for OpenClaw self-hosted servers
ClawControl v1.50 is now available on iOS as a privacy-focused mobile client for self-hosted OpenClaw/Claw servers. The open-source app enables real-time chat with streaming responses, agent management, and session control from mobile devices.

Open Source Book Genesis: 20 Claude Code Skills for Autonomous Book Writing
Book Genesis is an open-source system of 20 specialized Claude Code skills that takes a book idea and produces a complete, publish-ready manuscript through a 14-phase autonomous pipeline. It includes a 'Chaos Engine' to break AI predictability patterns and has generated a 68,000-word memoir scoring 9.0/10 on its Genesis Score.

Claude Code v2.1.166: Fallback Models, Glob Deny Rules, Cross-Session Hardening
Claude Code v2.1.166 introduces up to 3 fallback models, glob pattern support in deny rules, hardened cross-session messaging, and fixes for terminal flickering, orphaned processes, and more.

I ripped out OpenClaw's default markdown memory and built a Node.js/Postgres API layer instead
A developer disabled OpenClaw's memory-core plugin and built a typed Node.js/Express + PostgreSQL backend. Context drift dropped to zero.