evoflux
Evoflux is an open-source, local-first workspace where AI agents build software, conduct deep research, automate browser tasks, and collaborate in parallel. Connect any model, keep control of your workspace and data, and take complex work from idea to completion—all in one place.
Install / Use
claude mcp add evoelsewhere -- npx -y github:evoelsewhere/evofluxIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
AutomationSupported Platforms
Tags
Our assessment of evoflux
evoflux scores 80/100 on our quality scale, 1254th of 1,753 Automation skills we index.
Its MCP Server is 4.4 KB long, well organised into 12 sections with 5 code examples: a solid amount of guidance for an agent.
It has 10 GitHub stars, so there is little community track record yet; judge it on its content.
Maintenance, license and trust
- The repository was last updated today, so evoflux is actively maintained.
- Our last check on 2026-09-25 found the source still online.
- It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
- Its trust signals score 97/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.
AI review by kimi-k2.7-code on 2026-09-27. Automated pattern scan on 2026-09-27. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
evoflux compared with similar skills
All 4 of these similar skills score higher than evoflux; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| evoflux (this skill)by evoelsewhere | 80 | 10 | today | MCP Server |
| Agent-Reachby Panniantong | 100 | 85.7k | 12d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.9k | today | CLAUDE.md |
| rufloby ruvnet | 100 | 73.4k | today | CLAUDE.md |
| CowAgentby zhayujie | 100 | 47.1k | today | CLAUDE.md |
Frequently asked questions
- How do I install evoflux?
- Run
claude mcp add evoelsewhere -- npx -y github:evoelsewhere/evoflux. The install tabs above show the steps for each supported agent. - Which AI agents does evoflux work with?
- It is written for Claude Code and Claude Desktop, as a MCP Server file. Other agents that read the same format can often use it too.
- Is evoflux safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It is Apache-2.0-licensed and scores 97/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is evoflux still maintained?
- The repository was last updated today, so evoflux is actively maintained.
Skill content
View source on GitHubA local-first desktop workspace for AI agent teams.
EvoFlux brings agent conversations, files, terminal, browser, git, and verification into one workspace. Use Work for general tasks and Coding for repository-aware development.
Website · Download · Run from source · Documentation
</div>Highlights
- Work and Coding modes for cowork tasks and persistent repositories.
- Lead-and-specialist teams with per-agent models, skills, tools, and permissions.
- Bring your own model from around 200 hosted, cloud, routed, or local providers, chosen per agent.
- Repository-aware Coding with code search, symbol relationships, LSP feedback, git workflows, and reviewable diffs.
- Computer App Control lets an agent operate one desktop app window on Windows or macOS through its accessibility tree, in the background, while you watch a live preview and approve each action.
- WebBridge lets agents work in your real Chrome or Edge, with your existing sign-ins, through a paired, policy-checked relay.
- Local control with inspectable history, permissions, sandboxing, and outbound secret and PII redaction.
- Memory, plugins, MCP, scheduling, and a built-in browser are available as integrated workspace capabilities.
Download
Download the latest desktop release from GitHub Releases. Packages are available for macOS, Windows, and Linux. The desktop packages include the native Python sidecar.
Linux packages should be installed through the system package manager, for example:
sudo apt install ./EvoFlux_*_amd64.deb
WebBridge is an optional browser companion distributed separately in the evo-webbridge repository.
Run from source
Requirements
Setup
git clone https://github.com/evoelsewhere/evoflux.git
cd evoflux
uv sync
cd web && bun install && cd ..
Start the development app with:
# React UI + local API
make dev-web
# React UI + local API + Tauri desktop shell
make dev-desktop
make dev is an alias for make dev-web. EvoFlux is developed and shipped as
a desktop product; the web development server is an internal development
surface.
On first launch, connect a model provider, then start a Work session or open a repository in Coding mode.
Documentation
The README stays intentionally high-level. Detailed contracts and guides live
under documents/:
Architecture at a glance
Tauri desktop shell
↓
React UI ↔ local FastAPI sidecar
↓
local state, agent runtime, repositories, and model providers
The app keeps the main runtime and project state on the user's machine. Model providers are replaceable, while the harness handles context, tools, permissions, memory, and verification.
Project layout
app/ FastAPI sidecar, agents, coding tools, memory, scheduler, MCP
web/ React interface
desktop/ Tauri shell and Python sidecar packaging
seed/ Work and Coding blueprints, skills, and config
tests/ Backend and frontend tests
documents/ Architecture, feature contracts, guides, and records
Contributing
Issues and pull requests are welcome. Keep changes focused and include the smallest relevant test run. Report vulnerabilities privately through GitHub Security Advisories.
License
EvoFlux is released under the Apache License 2.0.
Related Skills
Agent-Reach
85.7kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.9kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.4k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
CowAgent
47.1kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-agent, multi-model, multi-channel. Lightweight, extensible, one-line install.
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
