Warning
Unofficial Project — Use at Your Own Risk
- Not fully Tested
This tool is not affiliated with Ollama, Anthropic, OpenAI, Microsoft, or any other company.
By using this software, you agree to:
• Comply with all third-party Terms of Service and API policies
• Assume full responsibility for costs, data usage, and legal compliance
• Hold the author(s) harmless for any damages or losses
📄 Read the full DISCLAIMER and LICENSE before use.
A powerful, categorized terminal launcher for Ollama models and AI coding applications. Built for developers who want a unified, menu-driven interface to launch local and cloud-hosted LLMs with their preferred coding tools.
- 🗂️ Categorized Model Selection: Browse 50+ models grouped by family (Qwen, GLM, Gemma, etc.)
- 🔐 Mandatory Cloud Auth: Enforces
ollama signinbefore first cloud model usage - 🔄 Cloud & Local Support: Seamless routing for
:cloudmodels via Ollama API - 🧰 Multi-App Integration: Launch with
ollama,claude,codex,opencode,droid, orvscode - ⌨️ Intuitive TUI Menu: Arrow-key navigation with visual category headers
- 💾 Persistent Config: Remembers your last model/app selection
- 🛡️ Safe Execution:
set -euo pipefail, proper signal trapping, and cleanup - 📱 Android Ready: Tested in XedEditor environments
Models with the :cloud suffix are routed through Ollama's remote inference API. An Ollama account is mandatory.
- Create an account: Visit https://ollama.com/signup
- Authenticate via CLI: Run
ollama signinin your terminal - Complete verification: Follow the browser/terminal prompts to link your device
- Confirm token: The launcher auto-detects
~/.ollama/apikeyorOLLAMA_API_KEY
🔒 Security: This script does not transmit, store, or log your Ollama credentials. Authentication is handled exclusively by the official Ollama CLI.
- Bash ≥ 4.3
curl,git- Ollama installed
- For cloud models:
ollama signin+ valid account
git clone https://github.com/sb-codz/ollama-launcher
cd ollama-launcher
chmod +x ollama_launcher.sh./ollama_launcher.sh- This is an unofficial community project.
- All trademarks and product names are property of their respective owners.
- Users are responsible for compliance with Ollama, model provider, and application terms of service.
- No warranty is provided; use at your own risk.
- See
DISCLAIMER.mdandLICENSEfor full details.
Made with ❤️ by Shibu (@sb-codz)
Empowering developers to harness AI, one terminal at a time.