import React from "react"; import DownloadApp from "@site/src/containers/DownloadApp"; import useDocusaurusContext from "@docusaurus/useDocusaurusContext"; import useBaseUrl from "@docusaurus/useBaseUrl"; import Layout from "@theme/Layout"; import Banner from "@site/src/containers/Banner"; import ThemedImage from "@theme/ThemedImage"; import SocialButton from "@site/src/containers/SocialButton"; import { IoArrowDown } from "react-icons/io5"; export default function Home() { const { siteConfig } = useDocusaurusContext(); const handleAnchorLink = () => { document .getElementById("download-section") .scrollIntoView({ behavior: "smooth" }); }; return ( <>
Element blur
Jan Logo Meet Jan

Bringing AI to
your Desktop{" "} Element hero heading

Open-source ChatGPT alternative that runs{" "}
100% offline on your computer.

handleAnchorLink()} className="inline-flex px-4 py-3 rounded-lg text-lg font-semibold cursor-pointer justify-center items-center space-x-2 dark:bg-white dark:text-black bg-black text-white dark:hover:text-black hover:text-white scroll-smooth" > Download Jan for PC
handleAnchorLink()} className="hidden lg:inline-block cursor-pointer" >

Find out more

Element Open Source BG

100% open source

Our core team believes that AI should be open source, and Jan is built in public.

Desktop App

10x productivity {" "} with customizable AI
{" "} assistants, global hotkeys, and in-line AI.

Mobile App

Coming Soon

Take your AI assistants on the go.{" "}
Seamless integration into your  mobile
workflows
  with elegant features.

Icon Offline Icon Offline Icon Offline
Offline and Local First

Conversations, preferences, and model usage stay on{" "}
your computer—secure, exportable, and can be deleted at any time.

OpenAI Compatible

Jan provides an OpenAI-equivalent API{" "}
server at  localhost:  1337 {" "} that can be used as a drop-in replacement with compatible apps.

/chats/completions

Local server and API

Assistants framework Coming Soon

Element status
); }