A modern interface for interacting with Ollama AI models. Simplify your AI model management and interactions through an intuitive graphical interface.
- 🖥️ Cross-platform support (Windows/macOS/Linux)
- 🔍 Easy model browsing and selection
- ⚡ Quick inference with customizable parameters
- 📦 Self-contained executable packages
Get the latest release from GitHub Releases:
- Windows: ollama-lens-windows-amd64.zip
- macOS (Apple Silicon): ollama-lens-macos-arm64.zip
- Linux: ollama-lens-linux-amd64.zip
- Ollama installed and running
- (Windows) WebView2 Runtime
-
Download the appropriate package for your OS
-
Extract the ZIP file
-
Run the executable:
# Linux/macOS chmod +x ollama-lens-<platform> ./ollama-lens-<platform> # Windows ollama-lens-windows-amd64.exe
-
The web interface will automatically open in your default browser at
http://localhost:6366
-
Clone the repository:
git clone https://github.com/jieliu2000/ollama-lens.git cd ollama-lens
-
Build the application:
go build -o ollama-lens main.go
-
Run with static assets:
./ollama-lens
This project is licensed under the MIT License - see the LICENSE file for details.