MyLocalCLI ⚡
Your Own AI Coding Assistant
A Claude Code alternative that works with local LLMs and free cloud APIs. Private, local, yours.
$ npm install -g mylocalcliFeatures
🏠
6 AI Providers
LM Studio, Ollama, OpenRouter, OpenAI, Groq, Custom
🛠️
26 Tools
File ops, search, git, web fetch, todos, multi-edit
🤖
5 Agents
Code reviewer, explorer, test generator, refactorer, doc writer
🎓
22 Skills
Auto-injected best practices for JS, Python, React, and more
📋
15+ Commands
Slash commands like Claude Code
🔒
Private & Local
Runs locally, your data stays yours
Quick Start
# Install globally
npm install -g mylocalcli# Run setup wizard
mlc init# Start chatting
mlcSupported Providers
| Provider | Type | Free? |
|---|---|---|
| LM Studio | Local | ✅ Yes |
| Ollama | Local | ✅ Yes |
| OpenRouter | Cloud | ✅ Yes |
| Groq | Cloud | ✅ Yes |
| OpenAI | Cloud | ❌ No |
| Custom | Any | — |
🛡️ Privacy & Security
We believe your code should stay private. Choose the right provider for your needs.
✅
Local Providers (Full Privacy)
- •LM Studio, Ollama - All data stays on YOUR machine
- •No data leaves your computer - 100% private
- •Recommended for sensitive/proprietary code
Get started:
⚠️
Cloud Providers (Data Shared)
- •OpenRouter, Groq, OpenAI - Data sent to their servers
- •Providers may log or store your prompts/code
- •Good for non-sensitive projects or quick testing
Free API keys:
💡 Tip: For production use with sensitive code, we recommend local providers or self-hosting with vLLM.
Documentation
Ready to get started?
Install MyLocalCLI and start coding with AI today.
$ npm install -g mylocalcli