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 Video2026

Generative-AI-enabled timeline video editor for macOS that lets creators generate and edit videos and images directly inside the timeline. Includes a local MCP server for agent integrations (Claude/Codex/Cursor); editor is open-source while generative processing is closed-source and subscription-based; macOS 26 on Apple Silicon only.

GitHub
AI Image2026

Node-based infinite-canvas web workstation for iterative visual creation — integrates image/video generation, reference editing, prompt library, multi-agent assistants, and asset management. Runs in-browser with configurable OpenAI-compatible endpoints; suited for local/personal deployment (AGPL-3.0).

GitHub
AI Client2026

Provides a deployable personal AI assistant that runs locally or in the cloud, supports multi-channel chat, extensible Skills/Plugins, and local-model runtimes. Key features include three-layer memory, kernel-level sandboxing and tool/file guards, and bundled QwenPaw-Flash local models for zero-API deployments.