waku

作者 egoist已验证

⚡ A native app for all your coding agents.

1,142
Stars
118
Forks
Rust
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/egoist/waku

快速入门

使用 waku 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

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.

常见问题

What is waku?

waku is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by egoist. ⚡ A native app for all your coding agents. It has 1,142 GitHub stars.

Is waku safe to use?

Yes. waku passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install waku?

Clone the repository with "git clone https://github.com/egoist/waku" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is waku written in?

waku is primarily written in Rust. It is open-source under egoist on GitHub, so you can review or fork the full source.

Are there alternatives to waku?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh waku against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情