Jan icon

Jan 0.6.8

Offline AI chat tool

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    jan # Jan
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    jan # Jan
  ];
}

Package Definition

{
  "pname": "jan",
  "version": "0.6.8",
  "src": {
    "url": "https://github.com/janhq/jan/releases/download/v0.6.8/jan-mac-universal-0.6.8.zip",
    "sha256": "c9a5ed6d9095695e8f5750b6a2da41c418c3c6ecfc2e527671dfcc971fe3026e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Jan.app\" && cp -r \"Jan.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Offline AI chat tool",
    "homepage": "https://jan.ai/"
  }
}