Package Details: jan 0.7.9-3

Git Clone URL: https://aur.archlinux.org/jan.git (read-only, click to copy)
Package Base: jan
Description: An open source alternative to ChatGPT that runs 100% offline on your computer
Upstream URL: https://jan.ai/
Keywords: ai gpt llm local
Licenses: Apache-2.0
Conflicts: jan
Provides: jan
Submitter: SelfRef
Maintainer: SelfRef
Last Packager: SelfRef
Votes: 3
Popularity: 0.108490
First Submitted: 2024-10-06 15:55 (UTC)
Last Updated: 2026-04-07 07:21 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

SelfRef commented on 2026-04-07 07:21 (UTC)

@vncvx @3uzbcqje: The official pipeline is replacing the version for the current one. I've modified the package so it's doing the same and version should be aligned now.

3uzbcqje commented on 2026-04-06 19:31 (UTC)

I installed version 0.7.9, but the version it installs is actually 0.7.6. I've flagged this package as out of date.

vncvx commented on 2026-04-05 13:56 (UTC)

The version that appears in General is v0.7.6

And, sadly, there is no option to remove update notification

SelfRef commented on 2026-04-03 20:03 (UTC)

@melonion: I fixed the package. This should not happen anymore.

melonion commented on 2026-04-01 09:19 (UTC)

Encountering this after trying to update:

==> Starting build()...
chmod +x src-tauri/build-utils/*
Not macOS; skipping Rust target installation.
yarn install
error This project's package.json defines "packageManager": "yarn@4.5.3". However the current global version of Yarn is 1.22.22.

Presence of the "packageManager" field indicates that the project is meant to be used with Corepack, a tool included by default with all official Node.js distributions starting from 16.9 and 14.19.
Corepack must currently be enabled by running corepack enable in your terminal. For more information, check out https://yarnpkg.com/corepack.
make: *** [Makefile:19: install-and-build] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: jan-exit status 4

of course I can run corepack enable locally, but I think the package build should be independent of such?

SelfRef commented on 2025-11-19 10:30 (UTC)

@ItachiSan: Thank you for contribution. I've included most of your suggestions. Later I'll look properly at the version patch and maybe use your solution as well :)

ItachiSan commented on 2025-10-23 15:39 (UTC) (edited on 2025-10-23 15:39 (UTC) by ItachiSan)

The PKGBUILD requires some updates.

Here is mine with proper adjustments: https://gist.github.com/ItachiSan/56eb360711a28b05539164192e96a933

In short:

  • license needs to be Apache 2
  • Added version patching done in CI by Jan
  • Install only the Jan binary
  • Copy the provided extensions
  • Skip libvulkan.so

sysrqmagician commented on 2025-06-20 12:11 (UTC)

Repository is now located at https://github.com/menloresearch/jan

SelfRef commented on 2025-05-14 19:31 (UTC)

@FixedWing: No, it needs to go back to root directory, because package() function is run inside $srcdir.

FixedWing commented on 2025-03-30 01:53 (UTC) (edited on 2025-03-30 01:55 (UTC) by FixedWing)

I think:

install -Dm644 ../jan.desktop "$pkgdir"/usr/share/applications/jan.desktop

Should be:

install -Dm644 jan.desktop "$pkgdir"/usr/share/applications/jan.desktop