EVO Code
Description
EVO Code is a Tauri desktop app with Standalone and Remote modes for running Claude/Codex agent sessions on your codebase. Configure an agent roster, chat in persistent threads, and keep context grounded with repo instruction files. Host runtime runs separately via the 'EVO-Code-host' repo.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
EVO Code
Tauri desktop app for Claude/Codex agent workflows in either local Standalone mode or Remote mode backed by a separate `EVO-Code-host` service.
What It Is
EVO Code is the desktop UI. It manages:
- agent roster configuration
- persistent chat threads
- plan/run/review workflow files in your repo
- repo-scoped context files (
PROJECT.md,AGENTS.md, etc.)
The app supports two execution modes:
- Standalone (default): all agent execution runs on the same machine as the app.
- Remote: app acts as a thin client, execution runs on a host machine via the separate
EVO-Code-hostrepository.
Repositories
- App repo (this repo): UI + local Tauri runtime
GitHub: https://github.com/0xdippo/EVO-Code - Host repo:
EVO-Code-host(separate repo/service process)
GitHub: https://github.com/0xdippo/EVO-Code-host
Remote mode requires both:
- EVO Code app on client machine
EVO-Code-hostrunning on host machine
Browser note: `EVO-Code-host` can also serve the browser remote UI, so remote access works from any modern browser-capable device (iPad, tablets, laptops, desktop browsers) in addition to the desktop app.
Requirements
App (EVO-Code)
- Node 18+
- Rust toolchain
claudeCLI and/orcodexCLI for providers you plan to use
Host (`EVO-Code-host`)
- Rust toolchain
claudeand/orcodexinstalled on host- host config at
~/.config/evo-code-host/config.toml
Quick Start (Standalone)
npm install
npm run tauri dev
Then in the app:
- Open a local git repository in Setup
- Configure project metadata
- Add at least one agent to roster
- Use Thread to chat/run tasks
Quick Start (Remote)
1) Run `EVO-Code-host` on host machine
From the `EVO-Code-host` repo:
mkdir -p ~/.config/evo-code-host
cp config/config.example.toml ~/.config/evo-code-host/config.toml
Edit config:
listen_addr = "0.0.0.0:7700"
service_token = "
Related Skills
prompts.chat
| f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open sourc
Communication Internal Comms
Write internal communications like status reports, newsletters, and FAQs
Communication mcp-server-slack
Slack workspace integration.
Communication Google Workspace Groups Settings
Manage Google Groups settings
Communication Open Saas
A 100% free modern JS SaaS boilerplate (React, NodeJS, Prisma). Full-featured: Auth (email, google, github, sl
slack
| Communication | Slack integration via HTTP/OAuth MCP |
Communication