by aofp
Native desktop UI for Claude Code with orchestration, streaming, background agents, and multi-provider support. Built with Tauri + React.
# Add to your Claude Code skills
git clone https://github.com/aofp/yumeLast scanned: 5/30/2026
{
"issues": [
{
"type": "clone-failed",
"message": "Could not clone repository",
"severity": "medium"
}
],
"status": "WARNING",
"scannedAt": "2026-05-30T16:17:41.939Z",
"npmAuditRan": false,
"pipAuditRan": false
}See how yume compares with popular alternatives.
yume is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by aofp. Native desktop UI for Claude Code with orchestration, streaming, background agents, and multi-provider support. Built with Tauri + React. It has 149 GitHub stars.
yume returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/aofp/yume" and add it to your Claude Code skills directory (see the Installation section above).
yume is primarily written in HTML. It is open-source under aofp on GitHub, so you can review or fork the full source.
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 yume against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Claude Code is transformative for development. Terminal interfaces hold it back.
/usage checksyume is not an alternate harness or api wrapper. we spawn the official claude code cli as a subprocess.
yume app → spawns real cli binary → cli handles auth → anthropic servers
this is fundamentally different from tools that spoof headers to bypass api pricing. yume:
claude binary installed on your machinethink of it like iterm vs terminal.app - a different frontend for the same tool.
/schedule 5m, /schedule 2pm, /schedule done for timed and event-based taskssame cli, same claude subscription — different frontend. what yume adds on top of a plain terminal:
| feature | cli in a terminal | cli in yume |
|---|---|---|
| interface | text ui, one session per window | native app — tabs, panes, windows |
| orchestration flow | manual prompting | ✓ baked into every session |
| background agents | run more terminals | ✓ 4 parallel, branch/worktree isolated |
| thinking display | plain text scrollback | ✓ live stream with toggle + timers |
| usage limits | /usage on demand |
✓ 5h + 7d always visible, overage guard |
| context | /context on demand |
✓ live token bar, one-key compact |
| file changes | text diffs | ✓ visual diffs + per-message rollback |
| crash recovery | --resume after restart |
✓ 5-min snapshots, full layout restore |
| providers | claude | ✓ claude + gemini + openai + kiro |
| customization | terminal theme | ✓ 18 themes, custom colors, fonts, vim mode |
| price | free with your claude plan | free demo · $4/mo · $49 lifetime |
yume licenses the app — claude usage stays on your existing claude plan or api key, with no markup. ide-style tools (cursor, windsurf, …) solve a different problem: they bundle model access into $20+/mo subscriptions.
visit aofp.github.io/yume for all download options.
| action | macOS | Windows/Linux |
|---|---|---|
| new tab | ⌘T | Ctrl+T |
| close tab | ⌘W | Ctrl+W |
| duplicate tab | ⌘D | Ctrl+D |
| fork session | ⌘⇧D | Ctrl+Shift+D |
| command palette | ⌘P | Ctrl+P |
| files panel | ⌘E | Ctrl+E |
| git panel | ⌘G | Ctrl+G |
| model & tools | ⌘K | Ctrl+K |
| toggle model | ⌘⇧K | Ctrl+Shift+K |
| open project | ⌘O | Ctrl+O |
| settings | ⌘, | Ctrl+, |
| search messages | ⌘F | Ctrl+F |
| new pane | ⌘N | Ctrl+N |
| new window | ⌘⇧N | Ctrl+Shift+N |
| agents | ⌘⇧A | Ctrl+Shift+A |
| clear context | ⌘L | Ctrl+L |
| compact context | ⌘M | Ctrl+M |
| recent projects | ⌘R | Ctrl+R |
| analytics | ⌘Y | Ctrl+Y |
| split all panes | F8 | F8 |
| combine panes | F7 | F7 |
| vim mode | toggle in settings | toggle in settings |
50+ shortcuts total. every action accessible via keyboard on all platforms.
yume includes 4 built-in agents synced to ~/.claude/agents/yume-*.md + 4 concurrent background agents:
foreground agents (follows selected model):
background agents (4 concurrent, async):