by Kc1t
A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with real PTYs, split panes, persistent layouts, and local session history.
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.
# Add to your Claude Code skills
git clone https://github.com/Kc1t/alethe-agentsGuides for using ai agents skills like alethe-agents.
Last scanned: 8/19/2026
{
"issues": [
{
"type": "npm-audit",
"message": "dompurify: DOMPurify: IN_PLACE hook removal leaves a detached subtree executable, causing XSS",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "mermaid: Mermaid configuration APIs allow prototype pollution",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "nanoid: nanoid: non-secure generators can loop indefinitely with negative size",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-08-19T04:35:53.771Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}[!IMPORTANT] Alethe is an early public release. The desktop app is free, open source, and local-first, not local-only: update checks and provider usage polling are on by default, while other network features are optional or action-triggered. Manual GitHub Gist Sync is already available; first-party hosted sync or cloud backup may be offered separately later. See the privacy and data-flow guide.
One agent in one terminal is easy. Five agents across three repositories is the actual job — and that is where terminal tabs stop working: sessions get lost, MCP servers drift out of sync between agents, and nobody knows which agent is doing what, where.
Alethe is a desktop workspace built for that. Every agent runs in a real PTY inside a persistent project layout, keeps its own session and history, and stays alive when you rearrange the UI. On top of that, Alethe manages the things agents share: their CLIs, their MCP servers, their skills, and the conversations you move between them.
Cross-platform (Windows, macOS, Linux), local-first, built with Tauri, Rust, React, and xterm.js.
“Local-first” describes workspace persistence, not an internet-free guarantee; see
docs/PRIVACY.md for current network defaults, credentials, and retention.
| Agent | CLI | |
|---|---|---|
| Claude Code | claude |
Session resume, usage cards, local history |
| Codex | codex |
Session resume, usage cards |
| GitHub Copilot CLI | copilot |
|
| Antigravity | agy |
Usage cards |
| OpenCode | opencode |
Session resume |
| Mimo | mimo |
|
| Freebuff | freebuff |
|
| Shell | pwsh / bash / zsh | The plain terminal, same pane model |
Missing CLIs can be installed, updated, and uninstalled from inside Alethe — it probes the machine for Node, npm, WinGet, Scoop, and Chocolatey and offers only the methods that actually work there, preferring each vendor's official installer. Already-installed CLIs are discovered across PATH, registry, npm/pnpm/Volta/fnm/nvm/Bun/Cargo/Scoop/Chocolatey, and can be pointed at a custom path.
Run agents in parallel
Keep the context
Manage what the agents share
Stay in control
http://127.0.0.1:8888/callback as the redirect URI. Current releases store those credentials in
local profile files; see the privacy guide before exporting or sharing profile data.| Group | A collection of projects that opens, collapses, and suspends together. |
| Project | A saved working context: terminals, layout, color, local state. |
| Container | The visible frame of an opened project. Closing it does not kill anything. |
| Pane | A terminal view inside a container. |
| Sub-tab | A separate agent or shell session inside the same pane. |
| PTY | The real backend process, alive independently of the UI. |
A focused core with optional capabilities, closer to Obsidian than to a maximalist IDE. Non-essential features ship behind feature flags or opt-in settings, and a clean installation stays a first-class experience. Coherence over volume.
Use the published installers from Releases.
[!WARNING] Windows builds are not code-signed yet, so Defender may flag
alethe.exeasTrojan:Win32/Bearfoos.A!mland quarantine it. The!mlsuffix denotes a machine-learning heuristic rather than a publisher signature, and terminal-multiplexer behavior such as spawning child processes and creating PTYs can produce false positives. Verify that the download came from the official Releases page; do not bypass a warning for an artifact from another source.
To recover it: Windows Security → Virus & threat protection → Protection history → Actions →
Restore, then add an exclusion for %LOCALAPPDATA%\Alethe (and src-tauri/target if you build
from source). Reports of incorrect detection go to
Microsoft Security Intelligence. macOS builds are
not notarized yet either — right-click the app and choose Open to bypass Gatekeeper. Signing and
notarization are on the roadmap.
git clone https://github.com/Kc1t/alethe-agents.git
cd alethe-agents
npm install
npm run app
Requirements: Node.js 18+, Rust stable, Visual Studio Build Tools on Windows, Tauri system dependencies on Linux:
sudo apt install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
npm run app # desktop app with hot reload
npm run dev # frontend only
npm run build # typecheck + bu
alethe-agents is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Kc1t. A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with real PTYs, split panes, persistent layouts, and local session history. It has 355 GitHub stars.
alethe-agents 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/Kc1t/alethe-agents" and add it to your Claude Code skills directory (see the Installation section above).
alethe-agents is primarily written in TypeScript. It is open-source under Kc1t 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 alethe-agents against similar tools.
No comments yet. Be the first to share your thoughts!