-
|
I see there is a scheduled workflow that builds and upload nightlies to AWS S3 https://github.com/janhq/jan/blob/main/.github/workflows/jan-tauri-build-nightly.yaml But I haven't found any instructions how to download and install them (and keep updated). I want to use my fix #7894 which is a blocker, but there is no fresh release including it yet. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The nightly index is: That is the file the nightly workflow publishes after a scheduled/manual build, and it contains the current platform-specific download URLs. As of my check, it points to
The workflow schedule is 20:00 UTC on Monday, Tuesday, and Wednesday, and scheduled runs publish to the AWS S3-backed |
Beta Was this translation helpful? Give feedback.
The nightly index is:
That is the file the nightly workflow publishes after a scheduled/manual build, and it contains the current platform-specific download URLs.
As of my check, it points to
0.7.9-4030withpub_date2026-04-20T21:00:33.539Z, for example:https://delta.jan.ai/nightly/Jan-nightly_0.7.9-4030_amd64.AppImagehttps://delta.jan.ai/nightly/Jan-nightly_0.7.9-4030_x64-setup.exehttps://delta.jan.ai/nightly/Jan-nightly_0.7.9-4030.app.tar.gzThe workflow schedule is 20:00 UTC on Monday, Tuesday, and Wednesday, and scheduled runs publish to the AWS S3-backed
nightly/path. I woul…