Package Details: jan-bin 0.7.5-1

Git Clone URL: https://aur.archlinux.org/jan-bin.git (read-only, click to copy)
Package Base: jan-bin
Description: An open source alternative to ChatGPT that runs 100% offline on your computer. Multiple engine support (llama.cpp, TensorRT-LLM).(Prebuilt version)
Upstream URL: https://jan.ai/
Keywords: llama2 llamacpp localai self-hosted
Licenses: Apache-2.0
Conflicts: jan
Provides: jan
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 11
Popularity: 0.087109
First Submitted: 2023-11-29 01:27 (UTC)
Last Updated: 2025-12-08 10:18 (UTC)

Latest Comments

1 2 Next › Last »

zxp19821005 commented on 2025-11-24 04:17 (UTC)

@Dominiquini Hey,bro,see carefully, 0.7.4 was a prebuilt version now.

killab33z commented on 2025-11-13 17:10 (UTC)

Upstream changed their repo to https://github.com/janhq/jan, which changed the sha256sum of the deb package file which means this now fails to build.

zxp19821005 commented on 2025-10-21 02:07 (UTC)

@AlphaLynx Thanks for your feedback, fixed it.

AlphaLynx commented on 2025-10-20 20:08 (UTC)

License should be changed to Apache-2.0: https://github.com/menloresearch/jan/blob/v0.7.2/LICENSE

hypnagogic commented on 2025-08-21 20:13 (UTC) (edited on 2025-08-21 20:22 (UTC) by hypnagogic)

because I have bun installed via mise I get the error below. fixed by removing bun from depends in pkgbuild.

error: failed to commit transaction (conflicting files)
bun: /usr/bin/bun exists in filesystem
bun: /usr/bin/bunx exists in filesystem
Errors occurred, no packages were upgraded.
error: packages failed to build: jan-bin-0.6.8-2

brasswool commented on 2025-08-13 15:40 (UTC) (edited on 2025-08-13 15:42 (UTC) by brasswool)

ccache is a makedepends(), not a depends() dependency, so Monday's PKGBUILD commit 2948a27 doesn't allow installation in a clean chroot where ccache is not present. Would you mind updating jan-bin.PKGBUILD for example like so?

Thank you very much for this PKGBUILD!

mohitburkule commented on 2025-08-13 14:48 (UTC) (edited on 2025-08-13 14:51 (UTC) by mohitburkule)

Its better to depend on bun-bin rather than bun , makes install wayy faster also @wheat32 thanks for your solution

zxp19821005 commented on 2025-08-11 03:25 (UTC)

@hiimkeks Thanks for your feedback,fixed it.

hiimkeks commented on 2025-08-10 19:55 (UTC)

Looks like there is a dependency missing:

ERROR: Cannot find the ccache binary required for compiler cache usage.

wheat32 commented on 2025-08-07 02:47 (UTC) (edited on 2025-08-07 02:57 (UTC) by wheat32)

Is anybody else having this issue? Perhaps it is an issue upstream?

$ Jan
Fontconfig warning: using without calling FcInit()
[2025-08-07][02:47:00][app_lib::core::setup][INFO] Installing extensions. Clean up: false, Stored version: 0.6.7, App version: 0.6.7
[2025-08-07][02:47:00][app_lib::core::setup][ERROR] Failed to run mcp commands: Failed to read config file: No such file or directory (os error 2)
Gdk-Message: 22:47:00.655: Error 71 (Protocol error) dispatching to Wayland display.

Edit: Running it like this makes it launch again:

WEBKIT_DISABLE_COMPOSITING_MODE=1 \
LIBGL_ALWAYS_SOFTWARE=1 \
GDK_BACKEND=x11 \
Jan