SkillAgentSearch skills...

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/evoflux

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

80/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop

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.

Substance
26/30
Structure
20/20
Description
15/15
Adoption
4/20
Freshness
15/15

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 found

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.

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.

SkillScoreStarsUpdatedFormat
evoflux (this skill)by evoelsewhere8010todayMCP Server
Agent-Reachby Panniantong10085.7k12d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
rufloby ruvnet10073.4ktodayCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.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.
<div align="center"> <img src="documents/images/intro/evoflux-intro-preview.gif" width="800" alt="EvoFlux intro: agent teams, Computer App Control, and WebBridge" />

A 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.

License: Apache 2.0 Desktop app Python 3.12+ Tauri v2

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

  • Python 3.12+
  • uv
  • Bun
  • Rust and the Tauri CLI
  • Tauri prerequisites for your operating system

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

View on GitHub
GitHub Stars10
CategoryAutomation
Updated2h ago
Forks3

Languages

Python

Trust signals

97/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 info