Signed native installers for Tester 1.0.1, all four built from commit 74cc1e2 and verified by running the product before publication: every platform ran the bundled Tester Self Check suite — API probes, API sign-in, and a real-browser login/views/logout walk — through the dashboard's own Run API, 4/4 passed with the Allure report published, on a Windows install, a Linux (apt) cloud install, and the Docker image.
| Platform | Artifact | SHA-256 | Signature |
|---|---|---|---|
| Windows (x64) | Tester-1.0.1-windows-x64.exe |
cffa560711603934a913ab11cf4e638b46380c45de281ffbbb5dc0d925ae9d86 | Authenticode, Alcyone Systems OÜ (Azure Artifact Signing) |
| macOS (arm64) | Tester-1.0.1-macos-arm64.pkg |
c0582cbd87a31fc80c76e3250f861dc9c45f771c77afe3c99e5be4467063eecb | Developer ID Installer, notarized by Apple and stapled |
| Debian / Raspberry Pi (arm64) | alcyone-tester_1.0.1-7_arm64.deb |
49acaf02c0bcfcda82bcaeff962e67ec979adb622e064f963c0135ed68ee7aca | OpenPGP detached signature (.asc) |
| Debian / Ubuntu (x86_64) | alcyone-tester_1.0.1-7_amd64.deb |
b339e89ee9db8f015356ffb440184a9309f8f2a0fd3a224bf9b8f0f7f2202d98 | OpenPGP detached signature (.asc) |
Install
Prefer a package manager. Tester records how it was installed, and an installation owned by a package manager refuses to run its own updater, printing that manager's upgrade command instead, so the two can never compete for the same files.
brew install --cask alcyone-systems/tap/tester # macOS
winget install AlcyoneSystems.Tester # Windows (pending catalogue review)
On Debian, Ubuntu and Raspberry Pi OS the archive serves both architectures:
curl -fsSL https://alcyone-systems.com/apt/alcyone-archive-keyring.asc | sudo tee /usr/share/keyrings/alcyone-archive-keyring.asc >/dev/null
echo 'deb [signed-by=/usr/share/keyrings/alcyone-archive-keyring.asc] https://alcyone-systems.com/apt stable main' | sudo tee /etc/apt/sources.list.d/alcyone.list
sudo apt update && sudo apt install alcyone-tester
Verify before installing
# Windows: Authenticode signed by Alcyone Systems OÜ
(Get-AuthenticodeSignature .\Tester-1.0.1-windows-x64.exe).Status # expected: Valid
# macOS: signed, notarized and stapled
spctl -a -vv -t install Tester-1.0.1-macos-arm64.pkg
# Debian: detached OpenPGP signature
gpg --verify alcyone-tester_1.0.1-7_arm64.deb.asc alcyone-tester_1.0.1-7_arm64.deb
Archive signing key: EA26 D4FB A599 BB33 77F4 33FC AFF7 7FFE DB2E 35E2
About the -6 revision
The upstream version is unchanged; the Debian revision counts repackagings. Field-testing the packaged product uncovered and fixed a chain of packaging faults — most importantly, earlier packages could not execute test runs at all. Two different files cannot answer to one name, which is what a revision is for.
What ships inside
A source-free runtime carrying the dashboard, the DSL, Selenium, Appium and a pinned Node and Allure, so the host installs no toolchain of its own. Chromium, the Android SDK and Xcode remain host requirements; tester doctor reports what is present after installation.