2023-12-22 20:32:41 +09:00

1.6 KiB

title slug description keywords
Linux /install/linux Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.
Jan AI
Jan
ChatGPT alternative
local AI
private AI
conversational AI
no-subscription fee
large language model

Installing Jan on Linux

Installation

Jan is available for download via our homepage, https://jan.ai.

For Linux, the download should be available as a .deb file in the following format.

jan-linux-amd64-{version}.deb

The typical installation process takes around a minute.

GitHub Releases

Jan is also available from Jan's GitHub Releases page, with a recommended latest stable release.

Within the Releases' assets, you will find the following files for Linux:

# Debian Linux distribution
jan-linux-amd64-{version}.deb

Uninstall Jan

To uninstall Jan on Linux, you should use your package manager's uninstall or remove option. For Debian/Ubuntu-based distributions, if you installed Jan via the .deb package, you can uninstall Jan using the following command:

sudo apt-get remove jan
# where jan is the name of Jan package

In case you wish to completely remove all user data associated with Jan after uninstallation, you can delete the user data folders located at ~/jan. This will return your system to its state prior to the installation of Jan. This method can also be used to reset all settings if you are experiencing any issues with Jan.