Getting Started - Docs - Changelog - Bug reports - Discord
Jan is a ChatGPT-alternative that runs 100% offline on your device. Our goal is to make it easy for a layperson to download and run LLMs and use AI with full control and privacy.
Jan is powered by Cortex, our embeddable local AI engine that runs on any hardware. From PCs to multi-GPU clusters, Jan & Cortex supports universal architectures:
Version Type | Windows | MacOS | Linux | ||
Stable (Recommended) | jan.exe | Intel | M1/M2/M3/M4 | jan.deb | jan.AppImage |
Beta (Preview) | jan.exe | Intel | M1/M2/M3/M4 | jan.deb | jan.AppImage |
Nightly Build (Experimental) | jan.exe | Intel | M1/M2/M3/M4 | jan.deb | jan.AppImage |
Download the latest version of Jan at https://jan.ai/ or visit the GitHub Releases to download any previous release.
Real-time Video: Jan v0.5.7 on a Mac M2, 16GB Sonoma 14.2
Jan is powered by Cortex.cpp. It is a C++ command-line interface (CLI) designed as an alternative to Ollama. By default, it runs on the llama.cpp engine but also supports other engines, including ONNX and TensorRT-LLM, making it a multi-engine platform.
ldd --version
)As Jan is in development mode, you might get stuck on a some common issues:
If you can't find what you need in our troubleshooting guide, feel free reach out to us for extra help:
Check the logs to ensure the information is what you intend to send. Note that we retain your logs for only 24 hours, so report any issues promptly.
Contributions are welcome! Please read the CONTRIBUTING.md file
Clone the repository and prepare:
git clone https://github.com/janhq/jan
cd jan
git checkout -b DESIRED_BRANCH
Run development and use Jan Desktop
make dev
This will start the development server and open the desktop app.
# Do steps 1 and 2 in the previous section
# Build the app
make build
This will build the app MacOS m1/m2 for production (with code signing already done) and put the result in dist
folder.
Jan builds on top of other open-source projects:
Beware of scams!
Jan is free and open source, under the AGPLv3 license.