Package Details: jan 0.7.3-1

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.048194
First Submitted: 2024-10-06 15:55 (UTC)
Last Updated: 2025-11-19 10:25 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

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