Skip to main content

Stuck on a Broken Build

The following steps will help you troubleshoot and resolve issues related to broken builds.

  1. Unistall Jan

Delete Jan from your /Applications folder

  1. Delete the application data, cache, and user data folders
# Step 1: Delete the application data
## Newer versions
rm -rf ~/Library/Application\ Support/jan
## Versions 0.2.0 and older
rm -rf ~/Library/Application\ Support/jan-electron

# Step 2: Clear application cache
rm -rf ~/Library/Caches/jan*

# Step 3: Remove all user data
rm -rf ~/jan
  1. If you are using version before 0.4.2 you need to run the following commands
ps aux | grep nitro
# Looks for processes like `nitro` and `nitro_arm_64`, and kill them one by one by process ID
kill -9 <PID>
  1. Download the latest version from via our homepage, https://jan.ai/.
note

If Jan is installed on multiple user accounts on your device, ensure it's completely removed from all shared space before reinstalling.