Get up and running with AI agents.
15 MB single binary. Markdown configured.
Ollama local, Claude cloud, or any OpenAI-compatible endpoint.
Quick Start
Up and running in 60 seconds
Install
# macOS / Linux / Raspberry Pi curl -fsSL https://localkin.dev/install.sh | sh # Or build from source git clone https://github.com/LocalKinAI/localkin.git && cd localkin go build -o localkin ./cmd/localkin/
Pick a soul
# 7 example souls included: souls/ โโโ coder.soul.md # Claude Sonnet 4.6 โโโ researcher.soul.md # Web search + analysis โโโ ollama.soul.md # Ollama local (llama3.1) โโโ openai.soul.md # OpenAI GPT-4o โโโ deepseek.soul.md # DeepSeek Chat โโโ groq.soul.md # Groq Cloud (free Llama) โโโ locked.soul.md # Read-only sandbox
Run
# Local โ fully offline, private localkin -soul souls/ollama.soul.md # Claude โ free via OAuth login localkin -login localkin -soul souls/coder.soul.md # Voice mode (Pioneer) localkin -soul souls/coder.soul.md -voice
Features
What lives inside 15 MB
The Soul System
One .soul.md defines your agent โ identity, model, permissions, skills. YAML frontmatter + Markdown body. Hot-swap with /soul at runtime.
The Self-Forging Agent
"Create a skill that monitors Bitcoin." It writes the SKILL.md, generates the script, and activates it. Circuit breaker prevents runaway loops.
Web Search & Unix Pipeline
DuckDuckGo web search built in โ zero config, no API key. Pipe mode for scripting: localkin -exec "summarize" < server.log > summary.txt.
The Persistent Memory
SQLite-backed memory that survives reboots. Conversations persist across sessions. Command history with Up/Down arrow navigation.
The Offline JARVIS
localkin -voice โ continuous hands-free mode. Streaming VAD with zero-gap capture, auto language detection. Three-tier TTS: local Piper โ edge Kokoro โ cloud.
The Terminal App Store
/skill search bitcoin โ /skill install btc_monitor โ or just ask the AI. Browse, install, and manage skills without leaving the terminal.
See it in action
Your AI agents, anywhere
18+ agents on a Mac Mini. Pick one from your phone, start chatting. View all demos โ
Agent App Store
Browse and switch AI agents from your phone. Each agent runs as its own process โ multi-user, zero conflict. GitHub Scout fetches trending repos, English Tutor drills pronunciation, Madame Guyon offers counsel.