Skip to content

jieliu2000/ollama-lens

Repository files navigation

OllamaLens

English | 中文

GitHub release (latest by date) License

A modern interface for interacting with Ollama AI models. Simplify your AI model management and interactions through an intuitive graphical interface.

Features

  • 🖥️ Cross-platform support (Windows/macOS/Linux)
  • 🔍 Easy model browsing and selection
  • ⚡ Quick inference with customizable parameters
  • 📦 Self-contained executable packages

Download

Get the latest release from GitHub Releases:

Pre-built Binaries

Prerequisites

Usage

  1. Download the appropriate package for your OS

  2. Extract the ZIP file

  3. Run the executable:

    # Linux/macOS
    chmod +x ollama-lens-<platform>
    ./ollama-lens-<platform>
    
    # Windows
    ollama-lens-windows-amd64.exe
  4. The web interface will automatically open in your default browser at http://localhost:6366

Building from Source

  1. Clone the repository:

    git clone https://github.com/jieliu2000/ollama-lens.git
    cd ollama-lens
  2. Build the application:

    go build -o ollama-lens main.go
  3. Run with static assets:

    ./ollama-lens

License

This project is licensed under the MIT License - see the LICENSE file for details.