Download

Download Aurono Start.

Free shadow-mode trial included — full UX, every feature, just no live exchange execution. A €99 license token unlocks live trading whenever you're ready.

Latest version: v0.1.14-beta  ·  All releases on GitHub →

Raspberry Pi 4 / Pi 5

64-bit Pi OS (aarch64)
Paste this on your Pi (after SSH-ing in):
curl -fLO https://github.com/Aurono-Labs/aurono-start-releases/releases/download/v0.1.14-beta/aurono-start-0.1.14-beta-linux-aarch64.tar.gz && tar -xzf aurono-start-0.1.14-beta-linux-aarch64.tar.gz && cd aurono-start-0.1.14-beta-linux-aarch64 && sudo ./install.sh

Installs as a systemd service that survives reboot and auto-restarts on crash.

Or download the file manually
aurono-start-0.1.14-beta-linux-aarch64.tar.gz
28 MB
SHA-256
0e731279dd4f2b580135e49928818ceea048a76b396ff3b982e843124bc44a3a
Download for Raspberry Pi

Apple Silicon Mac

macOS 13+ on M1 / M2 / M3 / M4
Paste this in Terminal:
curl -fLO https://github.com/Aurono-Labs/aurono-start-releases/releases/download/v0.1.14-beta/aurono-start-0.1.14-beta-darwin-arm64.tar.gz && tar -xzf aurono-start-0.1.14-beta-darwin-arm64.tar.gz && cd aurono-start-0.1.14-beta-darwin-arm64 && ./install-mac.sh

Installs as a LaunchAgent that survives reboot and runs in the background. Why isn't this a .dmg?

Or download the file manually
aurono-start-0.1.14-beta-darwin-arm64.tar.gz
24 MB
SHA-256
689780c16c925b2655ae1864fd46d7db5330e77cc9d34d4a1b05549885797fd7
Download for Mac

Feeling a bit lost?

If any of this feels intimidating — Terminal, SSH, checksums — no worries. As one of our first customers, you've got a free 1-on-1 with me during this launch period. We can hop on a video call together, walk through the install on your machine or Pi, verify your download, get Aurono Start running in shadow mode, and I'll answer any questions along the way.

Book a free 30-min video call →

Check that your download is genuine

Optional but recommended — this confirms the file is exactly what we shipped, not a corrupted or tampered copy. The long character string above (called a SHA-256 checksum) works like a unique fingerprint of the file: change a single byte and the fingerprint changes too.

Step 1 — open a terminal:

  • On a headless Raspberry Pi (no monitor attached): open Terminal on your Mac and run ssh <username>@<hostname>.local — replace <username> with the account you created when flashing the SD card, and <hostname> with the hostname you set (defaults to raspberrypi, so raspberrypi.local if you left it as-is). You'll be prompted for that account's password. (If .local doesn't resolve on your network, use the Pi's IP address instead — find it on your router's admin page.)
  • On a Raspberry Pi with a monitor: press Ctrl+Alt+T, or open Terminal from the Pi's app menu.
  • On macOS: press +Space, type Terminal, press Enter.

Step 2 — go to the file and check it: navigate to where the file landed (usually cd ~/Downloads), then run shasum -a 256 <filename> on macOS or sha256sum <filename> on Linux / Raspberry Pi — replacing <filename> with the actual file name. The output should match the SHA-256 above character for character. If it doesn't, delete the file and download again — don't run anything from a file whose checksum doesn't match.

The embedded Ed25519 public key that signs licenses can also be independently verified — see /security.

Don't see your system listed?

This initial release supports two platforms: Raspberry Pi 5 (or any 64-bit Raspberry Pi running Raspberry Pi OS — our recommended always-on hardware) and Apple Silicon Macs (any Mac with an M1, M2, M3, or M4 chip — late 2020 onward; check via Apple menu → About This Mac, look for "Apple M…" next to Chip).

If you have an Intel Mac (pre-2020), a Linux PC with an Intel/AMD processor, or a Windows machine, this build won't run on your hardware. We're not ruling these out — let us know via info@auronolabs.com if either matters to you and we'll factor the demand into our roadmap.

After you install

Aurono Start launches automatically and opens a Setup Wizard in your browser. Follow the install guide for the post-install walk-through: connecting your exchange, running your first strategy in shadow mode, and (when ready) activating a license to enable live trading.