Skip to content

Rolling build (master 05f2a9a0e164377dfd2d4da806d92695cf1c71f3)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 May 13:10

Automated continuous build from master.

This release tracks the tip of master and is overwritten on
every push. It is not a tagged version — for that, see the
v* tagged releases produced by release.yml.

Commit: 05f2a9a
Built at: 2026-07-21T21:57:56-04:00
Workflow run: https://github.com/IamOneYouAreOneWeAreOne/one-link/actions/runs/29885188543

Verifying

Each *.zip ships a *.sha256 next to it; manifest.txt
collates every artifact's hash so one fetch covers every
platform. Cross-check before extracting:

curl -sLO <release_url>/manifest.txt
sha256sum --check manifest.txt

Install

Windows (recommended): download one-link-setup-x86_64.exe
(or one-link-setup-arm64.exe for Snapdragon-X / Surface Pro X)
and double-click. Per-user install, no UAC prompt, Start
Menu shortcut. Uninstall via "Add or Remove Programs."

macOS (recommended): download one-link-macos-arm64.dmg
(Apple Silicon) or one-link-macos-x86_64.dmg (Intel),
double-click, drag One Link into Applications. First
launch may need right-click → Open to bypass Gatekeeper
until Apple-notarization secrets are configured upstream.

Linux (recommended): download
one-link-linux-x86_64.AppImage (Intel/AMD) or
one-link-linux-arm64.AppImage (Raspberry Pi /
ARM cloud), then chmod +x and double-click. Single
file, runs across every distro, no root, no package
manager.

Portable Windows / Mac / Linux: download the matching
.zip. Unzip, then chmod +x one-link && ./one-link on
POSIX, or double-click one-link.exe on Windows.

No telemetry, no accounts, no servers. Quit via the tray
icon to stop the daemon.

What's bundled

  • Python daemon + all stdlib-only deps frozen via PyInstaller
  • The Rust native crate where a wheel was available for this
    OS (one_link_native). On runners without a published
    wheel, the bundle falls back to the pure-Python transport
    paths transparently.
  • The current src/one_link/web/index.html UI baked in.
  • BUILD_INFO.txt inside the bundle records the source
    commit + build time + runner OS.