EverFern: Open-Source Local Desktop AI Agent
mostsussybaka069 · reddit · 2026-07-11
The author has open-sourced EverFern, a locally-run desktop AI agent designed as an alternative to cloud-based solutions like Claude Cowork or Manus.
Key Features
- Built on LangGraph + Electron/Next.js
- Supports desktop operations, browser control, and file/code tasks
- Connects to local models (like Ollama, LM Studio) or 10+ cloud models
- Configurations and history are stored locally without being sent to the cloud
Testing Notes
- Tested multi-step tasks locally using Qwen3-8B, such as opening YouTube to play a specific channel and "researching AI startups" (which requires chaining multiple tools)
- However, the 8B model is slower and less reliable; planning steps occasionally need retries. The author is tweaking prompts and tool-calls to stabilize smaller models
Experimental Features
- Tool synthesis: Can write new tools at runtime for tasks lacking pre-existing tools, though execution requires manual approval
- Rollback: Snapshots are taken for dangerous shell commands to allow undoing, but boundary testing is incomplete
The author emphasizes it might not outperform Cowork/Manus, but it's a solid option if you want a free, auditable, locally-run agent.
More from coding & agent
- A better path to agent autonomy is running waves, finding friction, and iterating — JnBrymn · 2026-07-22
- Coding agents are heading toward an AI-writes, AI-reviews, human-approves workflow — aftahi_ai · 2026-07-22
- oMLX 0.5.2 adds Mac menu-bar stats, low-bit decode kernels, and faster downloads — awnihannun · 2026-07-22
- GitHub review bot hits its PR limit and forces a 39-minute cooldown — DanielLockyer · 2026-07-22
- Max reasoning effort appears to be mobile-only in Codex Remote, not desktop — GabGarrett · 2026-07-22
- A Reddit demo argues online stores should expose carts and pricing through MCP — gelembjuk · 2026-07-22