egoist/waku

Rustwaku.sh
macOSWindowsLinux

⚡ A native app for all your coding agents.

agentampclaude-codecodexcodingcursorgpuigrokopencodepirust
Star 增长趋势
Star
1.4k
Forks
163
周增长
+108
Issues
93
1.1k1.2k1.3k1.4k
8月1日8月13日8月26日9月8日
制品库crates.io
README

Waku

Waku is a fast, native desktop app for working with local coding agents. It is built in Rust with GPUI and keeps projects, sessions, transcripts on your machine.

Install

On macOS, download the signed .dmg. It updates itself.

On Linux:

curl -fsSL https://waku.sh/install.sh | sh

The script installs into ~/.local without root. See docs/linux.md for requirements, manual installation, and uninstalling.

On Windows, run Waku-<version>-<arch>-Setup.exe from the latest release. It installs per-user and updates itself. A portable .zip is published alongside it. See docs/windows.md for requirements and what is not available there yet.

Supported agents

Waku works with:

  • Amp
  • Claude Code
  • Codex CLI
  • Cursor CLI
  • Fx
  • Grok Build
  • Kimi Code
  • OpenCode
  • Pi

Install and authenticate at least one supported agent CLI before starting Waku. Waku detects available CLIs automatically and uses each provider's native structured protocol and session continuity.

Highlights

  • Keep projects and independent agent sessions in one native app.
  • Switch models, reasoning effort, and access modes from a shared interface.
  • Queue or steer follow-up messages while an agent is working.
  • Rewind Git-backed tasks with conversation-aware checkpoints.
  • Store app state locally, with no Waku account or remote service required.

Architecture

The native desktop is an RPC client of the standalone waku-daemon process. Provider sessions run in waku-core, behind the authenticated, versioned WebSocket contract in waku-protocol. Waku Desktop depends on waku-client, not on the daemon implementation. The daemon owns task SQLite data, uploaded attachments, provider-native session forks, and all workspace filesystem and Git operations; paths returned by it always refer to the daemon host. The desktop retains only presentation state and a disposable preview cache.

The browser client lives at apps/web and uses the generated browser transport in packages/waku-client. Its checked-in types are generated directly from the Rust protocol, while its WebSocket client implements the same handshake, request IDs, subscriptions, sequence deduplication, and replay cursors as the Rust client. Run bun run protocol:generate after changing a wire type and bun run protocol:check to verify that generated files are current.

Projectless task workspaces live on the daemon host under ~/.waku/projects/<date>/<slug>. The daemon moves workspaces created by the older ~/.waku/<date>/<slug> layout on first load.

Configuration ownership is separate too: the Release desktop writes ~/.waku/app.json, while Debug stays isolated at temp/app.json. Daemon provider and Computer Use settings live in ~/.waku/settings.json. The desktop's Settings → Daemon page can explicitly expose the child daemon on a fixed port, configure exact browser origins, and copy its stable authentication token. It remains loopback-only by default.

When connected to a daemon managed outside the desktop process, Waku never interprets daemon paths on the client machine. The local folder picker and PTY are therefore unavailable until the protocol gains daemon-host picker and terminal-stream endpoints; files, diffs, Git, skills, usage, task state, and attachments already use daemon RPC.

Release apps bundle and sign waku-daemon. Development keeps the daemon at target/debug/waku-debug-daemon, allowing provider-only edits to rebuild and replace the daemon without relaunching Waku Debug.

Development

Development is supported on macOS, Linux, and Windows and requires Rust 1.96 or newer and Bun. Linux supports both Wayland and X11, and Windows needs the MSVC toolchain; install the native build prerequisites listed in CONTRIBUTING.md first.

bun install
bun run dev

The embedded browser and experimental computer-use integration currently remain macOS-only. Agent sessions, projects, transcripts, skills, usage, diffs, file editing, and the terminal run natively on Linux and Windows.

See CONTRIBUTING.md for the development workflow and checks. Release maintainers should also read RELEASING.md.

Sponsorship

You can support the project development via GitHub Sponsors.

License

Waku is licensed under the GNU General Public License v3.0 only.

相关仓库
Snailclimb/JavaGuide

Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发

JavaScriptnpminterviewApache License 2.0javainterview
javaguide.cn
158.4k46.1k
langgenius/dify

Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.

TypeScriptnpmskillOtheraigpt
dify.ai
155.1k24.5k
TauricResearch/TradingAgents

TradingAgents: Multi-Agents LLM Financial Trading Framework

PythonPyPIApache License 2.0agentfinance
arxiv.org/pdf/2412.20138
103.4k19.9k
OpenHands/OpenHands

🙌 OpenHands: AI-Driven Development

TypeScriptnpmcliMIT Licenseagentartificial-intelligence
openhands.dev
86.9k11.4k
koala73/worldmonitor

Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface

TypeScriptnpmGNU Affero General Public License v3.0aidashboard
worldmonitor.app
85.9k13k
Leonxlnx/taste-skill

Taste-Skill - gives your AI good taste. stops the AI from generating boring, generic slop

JavaScriptnpmskillMIT Licenseagentai
tasteskill.dev
85.5k5.8k
lobehub/lobehub

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

TypeScriptnpmskillOtherchatgptopenai
lobehub.com
82.3k15.9k
bytedance/deer-flow

An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.

PythonPyPIMIT Licenseagentagentic
deerflow.tech
82.1k11.3k
dair-ai/Prompt-Engineering-Guide

🐙 Guides, papers, lessons, notebooks and resources for prompt engineering, context engineering, RAG, and AI Agents.

MDXMIT Licensedeep-learningprompt-engineering
promptingguide.ai
78.1k8.6k
datawhalechina/hello-agents

📚 《从零开始构建智能体》——从零开始的智能体原理与实践教程

PythonPyPItutorialOtheragenttutorial
hello-agents.datawhale.cc
77.8k9.7k
shareAI-lab/learn-claude-code

Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1

PythonPyPItutorialMIT Licenseagentclaude-code
learn.shareai.run
76.4k12.3k
unslothai/unsloth

Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, DeepSeek-V4, MiniMax-H3, Gemma 4, FLUX and more.

PythonPyPIApache License 2.0fine-tuningllama
unsloth.ai/docs
75.9k6.9k