AIAny
Chatbot2023
Icon for item

Jan

Runs open-weight LLMs (Llama, Gemma, Qwen, GGUF) offline on your machine, with an optional bridge to OpenAI/Anthropic/Mistral. Exposes an OpenAI-compatible API at localhost:1337, so SDK code built for OpenAI switches by changing one base URL.

Introduction

The privacy pitch for local LLMs usually stops at "your data never leaves the machine." Jan's more interesting bet is portability: it speaks the OpenAI API on localhost:1337, so the same agent or app code that calls GPT-4 can point at a 7B model on your laptop by swapping one base URL. Offline is the default, not a mode you fight the tool to reach.

What Sets It Apart
  • Drop-in OpenAI replacement. The local server mirrors the OpenAI schema, so existing SDKs, scripts, and tools work unchanged — no rewrite needed to go local.
  • Hybrid by design. Pull GGUF weights (Llama, Gemma, Qwen, GPT-oss) straight from HuggingFace, or bridge out to OpenAI, Anthropic, Mistral, and Groq when a task needs a frontier model. One interface, both worlds.
  • Lightweight desktop footprint. Built on llama.cpp for inference and Tauri (Rust) for the shell, it installs as a normal app via Windows Store and Flathub rather than a Docker stack or CLI ritual.
  • Custom assistants and MCP. Save reusable assistants with their own prompts and tools, and connect Model Context Protocol servers for file and tool access.
Who It's For

Great fit if you want a ChatGPT-style desktop app that defaults to offline, or a stable local OpenAI endpoint to develop against without burning API credits. Look elsewhere if you need a headless, server-grade serving stack (vLLM, TGI) for high-throughput production, or if your hardware can't hold a usable quantized model in memory — a small laptop runs only small models, and the experience tracks your RAM and GPU closely.

Information

  • Websitegithub.com
  • OrganizationsMenlo Research
  • Authorsjanhq (GitHub organization), Jan team, Community contributors
  • Published date2023/08/17

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).