Storage
Everything in ~/.local/share/jan
. Your data, your models, your configuration. Back it up, move it, delete
it - it’s just files.
Jan Desktop is your local AI workstation. Download it, run your own models, or connect to cloud providers. Your computer, your choice.
Open Jan. Start chatting with Jan Nano. No internet, no account, no API keys. Your conversations never leave your machine.
Need more power? Connect to:
Your desktop has the GPU, storage, and memory to run real AI models. Not toy versions. Not demos. The same models that power ChatGPT-scale applications.
More importantly: it becomes the hub for your other devices. Your phone connects to your desktop. Your team connects to your desktop. Everything stays in your control.
Storage
Everything in ~/.local/share/jan
. Your data, your models, your configuration. Back it up, move it, delete
it - it’s just files.
API Server
OpenAI-compatible API at localhost:1337
. Any tool that works with OpenAI works with Jan. No
code changes.
GPU Support
NVIDIA CUDA acceleration out of the box. Automatically detects and uses available GPUs. CPU fallback always works.
Model Flexibility
Run any GGUF model from Hugging Face. Or our models. Or your fine-tuned models. If it’s GGUF, it runs.
Minimum: 8GB RAM, 10GB storage, any 64-bit OS from the last 5 years
Recommended: 16GB RAM, NVIDIA GPU, 50GB storage for multiple models
Runs on: Windows 10+, macOS 12+, Ubuntu 20.04+
# macOS/Linuxcurl -sSL https://jan.ai/install.sh | bash
# Windows# Download from jan.ai/download
// Your existing OpenAI codeconst openai = new OpenAI({ apiKey: "not-needed", baseURL: "http://localhost:1337/v1"});
// Works exactly the sameconst completion = await openai.chat.completions.create({ model: "jan-nano", messages: [{ role: "user", content: "Hello" }]});
/v1/chat/completions
- Chat with any loaded model/v1/models
- List available models/v1/embeddings
- Generate embeddings/routes
- See all available routesJan Desktop isn’t just an app. It’s the foundation of your personal AI infrastructure:
No subscriptions. No lock-in. Just software that’s yours.
Next steps: