# Selene — Local Agent Desktop (Offline-Ready) > An agent-first desktop app that runs locally, supports multiple providers, and ships its own tool stack; verified 166★, pushed 2026-05-13. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash # Download signed macOS/Windows builds from GitHub Releases (README). # Or run from source: npm install npm run electron:dev ``` ## Intro An agent-first desktop app that runs locally, supports multiple providers, and ships its own tool stack; verified 166★, pushed 2026-05-13. **Best for:** Developers who want a single local desktop hub for agents, tools, and multi-provider routing **Works with:** Desktop builds via GitHub Releases; dev setup uses Node and `npm run electron:dev` (README) **Setup time:** 6-15 minutes ### Key facts (verified) - GitHub: 166 stars · 34 forks · pushed 2026-05-13. - License: MIT · owner avatar + repo URL verified via GitHub API. - README-backed entrypoint: `npm run electron:dev`. ## Main - Start with the release build: README says one download with no prerequisites and that Selene bundles Electron + tooling. - Use multi-provider routing intentionally: README lists many providers (Anthropic/OpenAI/OpenRouter/Ollama/vLLM, etc.), so define a default and only override per task. - Keep context lean: README describes a retrieval pipeline before the main agent to reduce re-reading and per-turn cost. - For debugging, use the developer workflow: `npm install` + `npm run electron:dev` is the documented entrypoint. ### Source-backed notes - README states Selene bundles Electron 41 (Chrome 146 / Node 24) and ships a larger app to avoid separate installs. - README lists themes and UI options: 8 color themes and 50 wallpapers (20 live). - README documents developer setup: `npm install` then `npm run electron:dev`, plus build commands for Windows/macOS. ### FAQ - **Can I run fully offline?**: README says you can pick local vs cloud per subsystem and run fully offline depending on your setup. - **What’s the fastest way to try it?**: Download the latest signed installer/DMG from GitHub Releases (README). - **How do I run it from source?**: Use `npm install` then `npm run electron:dev` as documented in README. ## Source & Thanks > Source: https://github.com/tercumantanumut/selene > License: MIT > GitHub stars: 166 · forks: 34 --- ## Quick Use ```bash # Download signed macOS/Windows builds from GitHub Releases (README). # Or run from source: npm install npm run electron:dev ``` ## Intro Selene 是 agent 优先的桌面端:本地运行、可选离线/自带工具栈,并支持多 provider 混用;适合把聊天/写代码/浏览/出图串成同一套工作台;已验证 166★,更新于 2026-05-13。 **Best for:** 想把 agent、工具与多 provider 路由集成在一套本地工作台里的开发者 **Works with:** 可直接从 GitHub Releases 下载桌面版;开发者模式用 Node + `npm run electron:dev`(README) **Setup time:** 6-15 minutes ### Key facts (verified) - GitHub:166 stars · 34 forks;最近更新 2026-05-13。 - 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中可对照的入口命令:`npm run electron:dev`。 ## Main - 优先用 release 版本:README 强调“一次下载,无需前置”,并打包了 Electron 与工具栈。 - 多 provider 路由要有规则:README 列出多家 provider,建议先定默认模型,只在特定任务中覆盖。 - 控制上下文开销:README 描述先跑检索流水线再交给主 agent,减少重复阅读与成本。 - 需要调试就走开发流程:README 给出 `npm install` + `npm run electron:dev` 作为入口。 ### Source-backed notes - README 写明 Selene 打包 Electron 41(Chrome 146 / Node 24),通过“自带工具栈”减少额外安装。 - README 给出 UI 数量信息:8 套主题、50 张壁纸(其中 20 张为 live)。 - README 描述开发者入口:`npm install` 后运行 `npm run electron:dev`,并提供 Windows/macOS 打包命令。 ### FAQ - **能完全离线运行吗?**:README 表示各子系统可选本地或云端,按配置可实现离线运行。 - **最快怎么体验?**:按 README 从 GitHub Releases 下载最新签名安装包/DMG。 - **源码怎么跑?**:按 README 执行 `npm install`,然后 `npm run electron:dev`。 ## Source & Thanks > Source: https://github.com/tercumantanumut/selene > License: MIT > GitHub stars: 166 · forks: 34 --- Source: https://tokrepo.com/en/workflows/selene-local-agent-desktop-offline-ready Author: AI Open Source