jan/docs/docs/guides/02-installation
hiento09 3057aaae43
Chore update docs jan - add AppImage instruction to docusaurus (#1480)
* Update docs by adding AppImage format for linux

* Correct CI update url in README.md

* Add AppImage to yarn scrip build:publish:linux

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-01-09 22:59:33 +07:00
..
2024-01-07 12:49:17 +07:00
2024-01-07 12:49:17 +07:00
2024-01-07 12:49:17 +07:00
2024-01-05 22:58:45 +07:00
2024-01-06 22:36:20 +07:00
2024-01-07 12:49:17 +07:00

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

import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

In this quickstart, we'll show you how to:

- Download the Jan Desktop client - Mac, Windows, Linux, (and toaster) compatible
- Download the Nightly (unstable) version
- Build the application from source

## Setup

### Installation

- To download the latest stable release: https://jan.ai/ or visit the [GitHub Releases](https://github.com/janhq/jan/releases) to download any previous release. 

- To download a nightly release (highly unstable but lots of new features), please check out the [Download section](https://github.com/janhq/jan?tab=readme-ov-file#download) on our repository.

- For a detailed installation guide for your operating system, see the following:

<Tabs groupId="operating-systems">
  <TabItem value="mac" label="macOS">
    [Mac installation guide](/install/mac)
  </TabItem>
  <TabItem value="win" label="Windows">
    [Windows installation guide](/install/windows)
  </TabItem>
  <TabItem value="linux" label="Linux">
    [Linux installation guide](/install/linux)
  </TabItem>
</Tabs>

- To build Jan Desktop from scratch (and have the right to tinker!)

  See the [Build from Source](/install/from-source) guide.