# Jan - Bring AI to your Desktop 
Getting Started - Docs - Changelog - Bug reports - Discord
> ⚠️ **Jan is currently in Development**: Expect breaking changes and bugs! Jan is an open-source ChatGPT alternative that runs 100% offline on your computer. **Jan runs on any hardware.** From PCs to multi-GPU clusters, Jan supports universal architectures: - [x] Nvidia GPUs (fast) - [x] Apple M-series (fast) - [x] Apple Intel - [x] Linux Debian - [x] Windows x64 ## Download| Version Type | Windows | MacOS | Linux | |
| Stable (Recommended) |
jan.exe
|
Intel
|
M1/M2
|
jan.deb
|
| Experimental (Nighlty Build) | Github action artifactory | |||
_Video: Jan v0.4.0 on Mac Air M2, 16GB Ventura_ ## Quicklinks #### Jan - [Jan website](https://jan.ai/) - [Jan Github](https://github.com/janhq/jan) - [User Guides](https://jan.ai/docs) - [Developer docs](https://jan.ai/docs/extensions/) - [API reference](https://jan.ai/api-reference/) - [Specs](https://jan.ai/specs/) #### Nitro: Nitro is a high-efficiency C++ inference engine for edge computing, powering Jan. It is lightweight and embeddable, ideal for product integration. - [Nitro Website](https://nitro.jan.ai) - [Nitro Github](https://github.com/janhq/nitro) - [Documentation](https://nitro.jan.ai/docs) - [API Reference](https://nitro.jan.ai/api-reference) ## Troubleshooting As Jan is in development mode, you might get stuck on a broken build. To reset your installation: 1. **Remove Jan from your Applications folder and Cache folder** ```bash make clean ``` This will remove all build artifacts and cached files: - Delete Jan from your `/Applications` folder - Clear Application cache in `/Users/$(whoami)/Library/Caches/jan` 2. Use the following commands to remove any dangling backend processes: ```sh ps aux | grep nitro ``` Look for processes like "nitro" and "nitro_arm_64," and kill them one by one with: ```sh kill -9