Official resources, documentation, and community links for Jan.
| Resource |
URL |
Description |
| Official Website |
https://jan.ai |
Main Jan website |
| Download |
https://jan.ai/download |
Download for Windows, Mac, Linux |
| Documentation |
https://jan.ai/docs |
Official documentation |
| Changelog |
https://github.com/janhq/jan/releases |
Release notes and updates |
| Handbook |
https://jan.ai/handbook |
User and developer handbook |
| Resource |
URL |
Description |
| API Reference |
https://jan.ai/docs/api |
REST API documentation |
| Local API Server |
https://jan.ai/docs/local-api-server |
API server documentation |
| Remote APIs |
https://jan.ai/docs/remote-apis |
Cloud API configuration |
| MCP Integration |
https://jan.ai/docs/mcp |
Model Context Protocol docs |
| Repository |
URL |
Stars |
Description |
| jan |
https://github.com/janhq/jan |
41.2k+ |
Main Jan application |
| jan-models |
https://github.com/janhq/jan-models |
N/A |
Model configurations |
| docs |
https://github.com/janhq/docs |
N/A |
Documentation |
| Resource |
URL |
Description |
| Jan HQ |
https://huggingface.co/janhq |
Official Jan models |
| Jan v1 |
https://huggingface.co/janhq/Jan-v1 |
Jan’s 4B model |
| Resource |
URL |
Description |
| Discord |
https://discord.gg/jan |
Official Discord server |
| GitHub Issues |
https://github.com/janhq/jan/issues |
Bug reports and features |
| GitHub Discussions |
https://github.com/janhq/jan/discussions |
Community discussions |
| Reddit |
https://reddit.com/r/LocalLLaMA |
Community discussions |
| Platform |
Handle/URL |
Description |
| Twitter/X |
@janhq_ |
Official updates |
| LinkedIn |
/company/jan-ai |
Company updates |
| Platform |
Download |
| Windows |
https://jan.ai/download (Windows) |
| macOS |
https://jan.ai/download (Mac) |
| Linux |
https://jan.ai/download (Linux) |
| GitHub Releases |
https://github.com/janhq/jan/releases |
| Type |
Description |
| Stable |
Production-ready releases |
| Beta |
Pre-release testing |
| Nightly |
Development builds |
| Resource |
URL |
Description |
| HuggingFace |
https://huggingface.co |
Model repository |
| Jan Hub |
In-app |
Built-in model discovery |
| Jan HQ Models |
https://huggingface.co/janhq |
Official Jan models |
| Model |
HuggingFace |
Use Case |
| Jan v1 |
janhq/Jan-v1 |
Optimized for reasoning |
| Llama 3.2 |
meta-llama/Llama-3.2 |
General purpose |
| Llama 3.1 |
meta-llama/Llama-3.1 |
Advanced reasoning |
| Mistral |
mistralai/Mistral-7B |
Balanced performance |
| Qwen 2.5 |
Qwen/Qwen2.5 |
Multilingual |
| Gemma 2 |
google/gemma-2 |
Google’s open models |
| DeepSeek |
deepseek-ai/DeepSeek-V2 |
Coding, math |
| Resource |
URL |
Description |
| OpenAI API |
https://jan.ai/docs/api |
OpenAI-compatible endpoints |
| Server Settings |
https://jan.ai/docs/local-api-server |
API server configuration |
| Endpoint |
Method |
Purpose |
/v1/chat/completions |
POST |
Chat completions |
/v1/completions |
POST |
Text completions |
/v1/models |
GET |
List models |
/v1/embeddings |
POST |
Generate embeddings |
curl http://localhost:1337/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "jan-v1",
"messages": [{"role": "user", "content": "Hello!"}]
}'
| Resource |
URL |
| LangChain |
https://python.langchain.com |
| LangChain.js |
https://js.langchain.com |
¶ LlamaIndex
| Resource |
URL |
| LlamaIndex |
https://docs.llamaindex.ai |
| Resource |
URL |
| MCP Documentation |
https://modelcontextprotocol.io |
| MCP Servers |
https://github.com/modelcontextprotocol/servers |
| Resource |
Type |
Description |
| YouTube Tutorials |
Video |
Setup and usage guides |
| Medium Articles |
Articles |
Community tutorials |
| Dev.to Guides |
Articles |
Developer guides |
| Reddit Guides |
Articles |
Community guides |
| Tool |
Description |
| Open WebUI |
Web interface with Jan support |
| AnythingLLM |
RAG platform with Jan integration |
| Flowise |
Visual workflow builder |
| LangFlow |
Visual LLM workflow builder |
| Platform |
Requirements |
| macOS |
13.6+, 8GB RAM (3B), 16GB (7B), 32GB (13B) |
| Windows |
10+, AVX2 CPU, 8GB+ RAM, 6GB+ VRAM GPU |
| Linux |
Debian/Ubuntu/RHEL/Fedora/Arch, x86_64 |
| GPU Type |
Support |
| NVIDIA |
CUDA 11.7+ |
| AMD |
ROCm |
| Intel |
DirectML, Arc |
| Apple |
Metal, MLX |
| Task |
Link |
| Download Jan |
https://jan.ai/download |
| Report Bug |
https://github.com/janhq/jan/issues/new |
| Request Feature |
GitHub Discussions |
| View Changelog |
https://github.com/janhq/jan/releases |
| Setup Guide |
https://jan.ai/docs/quickstart |
| API Examples |
https://jan.ai/docs/api |
| Task |
Link |
| System Requirements |
https://jan.ai/docs/system-requirements |
| GPU Setup |
https://jan.ai/docs/gpu-setup |
| API Configuration |
https://jan.ai/docs/local-api-server |
| Model Management |
https://jan.ai/docs/models |
| Source |
Type |
| Jan Blog |
https://jan.ai/blog |
| YouTube |
Video tutorials |
| Medium |
Community articles |
| Dev.to |
Developer articles |
| Reddit r/LocalLLaMA |
Community discussions |
| Reddit r/selfhosted |
Self-hosting community |
| Hacker News |
Tech discussions |
| Purpose |
Contact |
| General Inquiry |
Via website or Discord |
| Support |
Discord or GitHub Issues |
| Security Issues |
GitHub Security tab |
- Discord - Community support (recommended)
- GitHub Issues - Bug reports
- Documentation - Self-help guides
- GitHub Discussions - Community Q&A
Any questions?
Feel free to contact us. Find all contact information on our contact page.