Frequently Asked Questions
Find answers to common questions about Jan.General
What is Jan?
What is Jan?
Is Jan really free?
Is Jan really free?
How is Jan different from ChatGPT?
How is Jan different from ChatGPT?
Does Jan require an internet connection?
Does Jan require an internet connection?
- Download models initially
- Use cloud integrations (OpenAI, Anthropic, etc.)
- Download updates
Where is my data stored?
Where is my data stored?
- macOS:
~/Library/Application Support/Jan - Windows:
C:\Users\%USERNAME%\AppData\Roaming\Jan - Linux:
~/.config/Jan
Installation & Setup
What are the system requirements?
What are the system requirements?
- macOS: 13.6+ (Ventura)
- Windows: 10 or later
- Linux: Most distributions supported
- 8GB RAM: Run 3B parameter models
- 16GB RAM: Run 7B parameter models
- 32GB RAM: Run 13B+ parameter models
How do I install Jan?
How do I install Jan?
- Windows: jan.exe
- macOS: jan.dmg
- Linux: jan.deb or jan.AppImage
Do I need a GPU to run Jan?
Do I need a GPU to run Jan?
- NVIDIA GPUs: Supported on Windows and Linux (CUDA 11.7+)
- AMD GPUs: Supported on Windows
- Intel Arc: Supported on Windows
- Apple Silicon: Uses Metal acceleration on Mac
Can I run Jan on a low-spec computer?
Can I run Jan on a low-spec computer?
- 8GB RAM: Use 3B models (3-4GB)
- 16GB RAM: Use 7B models (6-8GB)
- Keep model size under 80% of available RAM for best performance
Models
What models can I use with Jan?
What models can I use with Jan?
- Llama (Meta)
- Gemma (Google)
- Qwen (Alibaba)
- Mistral
- And many more open-source models
- OpenAI (GPT-4, GPT-3.5)
- Anthropic (Claude)
- Groq
- Mistral API
How do I download models?
How do I download models?
- Open Jan
- Go to the Hub section
- Browse available models
- Click Download on your chosen model
- Wait for download to complete
- Start chatting!
How much disk space do models need?
How much disk space do models need?
- 3B models: 2-4GB
- 7B models: 4-8GB
- 13B models: 8-16GB
- 70B+ models: 40GB+
Can I use multiple models?
Can I use multiple models?
Can I import custom models?
Can I import custom models?
Usage
How do I create custom assistants?
How do I create custom assistants?
- Go to Thread section
- Click New Thread
- Configure assistant settings:
- System prompt
- Model selection
- Parameters (temperature, max tokens, etc.)
- Save and start chatting
What is the OpenAI-compatible API?
What is the OpenAI-compatible API?
localhost:1337 that’s compatible with OpenAI’s API format. This lets you use Jan with:- Code editors (Continue, Cursor)
- Development tools
- Custom applications
Can I use Jan for coding?
Can I use Jan for coding?
- Use code-specialized models (CodeLlama, Qwen Coder)
- Integrate with VS Code via the API
- Get code explanations, debugging help, and more
How do I adjust model performance?
How do I adjust model performance?
- Temperature: Controls randomness (0 = focused, 1 = creative)
- Max Tokens: Maximum response length
- Top P: Nucleus sampling parameter
- GPU Layers (ngl): How many layers run on GPU
Privacy & Security
Is my data private?
Is my data private?
- All processing happens on your device
- No data is sent to external servers
- Chat history stays on your device
- Models run completely offline
Can I use Jan in an enterprise environment?
Can I use Jan in an enterprise environment?
- No external dependencies for local models
- Complete data privacy
- OpenAI-compatible API for integration
- Open-source and auditable
Does Jan collect telemetry?
Does Jan collect telemetry?
Troubleshooting
Jan won't start or crashes on launch
Jan won't start or crashes on launch
- Check system requirements
- Update to the latest version
- Try a clean installation
- Check error logs in System Monitor
Model downloads fail or are very slow
Model downloads fail or are very slow
- Check your internet connection
- Verify sufficient disk space
- Try downloading from a different mirror
- Resume interrupted downloads from the Hub
GPU is not being used
GPU is not being used
- Driver installation
- CUDA toolkit setup
- GPU acceleration settings
- Verified configurations
Where can I get help?
Where can I get help?
- Documentation: jan.ai/docs
- Discord: discord.gg/FTk2MvZwJH (#🆘|jan-help)
- GitHub Issues: github.com/janhq/jan/issues
- Email: [email protected]
Development
Can I build Jan from source?
Can I build Jan from source?
- Node.js ≥ 20.0.0
- Yarn ≥ 1.22.0
- Make ≥ 3.81
- Rust
How can I contribute?
How can I contribute?
- Report bugs on GitHub Issues
- Submit pull requests
- Join discussions on Discord
- See CONTRIBUTING.md
Does Jan support plugins or extensions?
Does Jan support plugins or extensions?