seline

Seline is a local-first AI desktop application that brings together conversational AI, visual generation tools, vector search, and multi-channel connectivity in one place.

143
Stars
27
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/tercumantanumut/seline

Getting Started

Guides for using skills like seline.

Security Report

Verified

Last scanned: —

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

README.md

Selene

Version Platform License

Selene Demo

Selene is an agent-first desktop app that runs AI on your machine. Chat, write code, generate images, design UIs, control a browser — then pipe all of it into WhatsApp, Telegram, Slack, or Discord. Your data stays on your device. Every part of Selene — chat, embeddings, voice, images — lets you pick between local and cloud. Run fully offline or bring your own API keys. Mix and match.

Anthropic OpenAI Ollama OpenRouter Google Minimax Kimi Moonshot Slack Telegram Discord WhatsApp ElevenLabs ComfyUI Chromium MCP Playwright DuckDuckGo Firecrawl LanceDB Microsoft Remotion Tavily ONNX Runtime GitHub


Agent-First, Not Button-First

Every UI action is also an agent action — step in anywhere or let it run end-to-end.

Why We Built It

AI is expensive because models re-read everything, every turn. Selene runs a small retrieval pipeline first — it finds what's relevant, the main agent picks it up and moves on. Tools load on demand. Context stays lean. You pay less per turn.

What's New in v0.3.4

  • Voice input, rewritten. Your words land in the composer the instant recording stops; grammar polishing happens in the background. Start a new recording while a previous one is still polishing — they no longer block each other.
  • Design Workspace. Generate UI components with AI, preview them live in an isolated sandbox, edit-in-place via patches.
  • Ghost OS. Agents can see your screen through a vision sidecar, wired into the MCP tool pipeline.
  • Folder Sync. Replaces the old Knowledge Base. Native FSEvents on macOS, toast notifications, and a proper progress bar.
  • Claude Opus 4.7 + Kimi OAuth. New flagship Anthropic model (1M context, thinking) and device-flow sign-in for Kimi — no more API-key copy-paste.
  • Platform bump. Electron 41 / Chrome 146 / Node 24, 9 Dependabot advisories closed, hundreds of unused files pruned.

Full notes: RELEASE_NOTES_v0.3.4.md · All releases on GitHub

Modes

Selene Dev

  • Git, diffs, and PRs. Stage, branch, diff, PR — from the UI or via agent.
  • Built-in browser. Agent-controlled Chromium with console log access and session replay.
  • Output protection. Bundled Rust tool trims long build/test output before it hits the model.
  • Automatic checks. Hooks run type-checking, linting, or any custom logic after agent edits.

Selene Fun

  • 3D avatar. Animated face with lip-sync and emotion detection.
  • Voice cloning. Custom voice via ElevenLabs or Microsoft.
  • Scheduled assistants. Cron tasks delivered to any connected channel.
  • Memory. Selene surfaces things to remember; you approve what sticks.

Design Workspace

  • AI components, live. Generate React/HTML components; they render immediately in an isolated sandbox.
  • Edit-in-place. Ask for tweaks and the agent applies targeted patches instead of regenerating from scratch.
  • Responsive previews. Mobile / tablet / desktop viewport toggles, plus Light / Dark / System.

Chromium Workspace

  • Real browser, agent-driven. Embedded Chromium controlled through Playwright — navigate, click, type, extract, evaluate JS.
  • Parallel isolation. Each agent gets its own BrowserContext; sub-agents can drive separate tabs concurrently without stepping on each other.
  • Accessibility-tree observation. Token-efficient snapshots instead of screenshots — deterministic, cheap, no vision model needed.
  • Full action replay. Every session is recorded with inputs, outputs, and DOM snapshots; replay with retry and output verification.

Ghost OS

  • Screen awareness. Agents see what's on your display through a vision sidecar.
  • MCP-native. ghost_parse_screen and ghost_annotate are exposed as tools the main agent can pick up.
  • Pre-flight health checks. Sidecar auto-boots before the first call; status visible in MCP settings.

Channels

Connect your agent to your apps. Not through webhooks — as native integrations.

ChannelSetupWhat works
WhatsAppScan a QR codeMessages, voice notes, attachments
TelegramPaste a bot tokenMessages, voice bubbles, interactive buttons
SlackSocket ModeMessages, files, native UI elements, threads
DiscordPaste a bot tokenMessages, threads, buttons, attachments

Voice notes are transcribed automatically. Pair with the scheduler for cron-based delivery.

Features

Voice InputInstant transcription, background grammar polish, concurrent recordings, per-recording cursor memory, dedicated transcriber model
Voice & AvatarSTT (cloud/local, 32 languages), TTS with voice cloning, 3D avatar with lip-sync
ImagesLocal or cloud generation, reference images, ComfyUI workflows as agent tools
VideoImages → MP4 with transitions and overlays
Design WorkspaceGenerate UI components with AI, live sandbox preview, edit-in-place via patches
Chromium WorkspaceAgent-driven embedded browser (Playwright), parallel session isolation, accessibility-tree snapshots, full action replay
Ghost OSAgents can see your screen via a vision sidecar
Folder SyncSync folders directly to agents; native FSEvents on macOS; replaces the old Knowledge Base
Deep ResearchMulti-pass web search with cited writeups
MemorySurfaces suggestions after conversations; you approve what sticks
SchedulerCron, interval, or one-time tasks — delivered to any channel or kept in chat
SkillsReusable agent instructions. 37+ built-in, create your own from the UI
PluginsBundle skills and tools together. Install from GitHub or a URL
WorkflowsMulti-agent delegation with parallel sub-agents and auto-delivered results
MCPConnect external services as agent tools
HooksRun custom logic before or after any agent action
Workspace StylesClassic Sidebar or Browser Tabs layout
Themes8 color themes, light/dark, 50 wallpapers (20 live), rich text prompt editor

Providers

Use any combination, or go fully local with no API keys. Selene has its own architecture and it uses other clis like an api.

ProviderModels
AnthropicClaude (Opus 4.7, Sonnet, Haiku) via API or Agent SDK
OpenAIGPT-5 family + Codex
OpenRouterClaude, Gemini, Grok, DeepSeek, and hundreds more
OllamaAny local model; dynamic thinking detection
vLLMSelf-hosted inference
Kimi / MoonshotK2.5, K2.6, K2.7 Code; OAuth device-flow sign-in
MinimaxMultiple variants
AntigravityFree tier via Google OAuth

Download

macOS. Signed DMG, drag to Applications. Windows. Signed installer or portable build.

One download, no prerequisites. Selene bundles everything: Electron 41 (Chrome 146 / Node 24), local model support, browser engine, platform tools. The app is larger than usual because it ships what other tools make you install separately.

Grab the latest build on the Releases page.

For Developers

Setup

npm install
npm run electron:dev

Build

# Windows
npm run electron:dist:win:nosign

# macOS
npm run electron:dist:mac:nosign

Troubleshooting

  • Native module errors: npm run electron:rebuild-native (rebuilds against the bundled Electron ABI)
  • Embeddings mismatch: reindex from Settings
  • MCP ENOENT: reinstall from latest DMG/installer

Thanks

Built on open-source. See THANKS.md.

Frequently Asked Questions

What is seline?

seline is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by tercumantanumut. Seline is a local-first AI desktop application that brings together conversational AI, visual generation tools, vector search, and multi-channel connectivity in one place. It has 143 GitHub stars.

Is seline safe to use?

seline failed SkillsLLM's automated security scan, which flagged one or more high-severity issues. Review the Security Report section carefully before using it.

How do I install seline?

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

What programming language is seline written in?

seline is primarily written in TypeScript. It is open-source under tercumantanumut on GitHub, so you can review or fork the full source.

Are there alternatives to seline?

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 seline against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

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 Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

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 Agentsai-agentsanthropicclaude-code
View details

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 Agentsclaude-codeai-tools
View details

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 Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this 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 Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

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 Serversapisai-tools
View details

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 Agentsai-agentsanthropicclaude-code
View details

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 Agentsclaude-codeai-tools
View details