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.24-beta  ·  All releases on GitHub →

Not comfortable with the terminal? I'll install it with you on a free video call →

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.24-beta/aurono-start-0.1.24-beta-linux-aarch64.tar.gz && tar -xzf aurono-start-0.1.24-beta-linux-aarch64.tar.gz && cd aurono-start-0.1.24-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.24-beta-linux-aarch64.tar.gz
28 MB
SHA-256
e5bd82639330989406dc3e3da93d152136bf69edd4a04edb6003547a07a5c84b
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.24-beta/aurono-start-0.1.24-beta-darwin-arm64.tar.gz && tar -xzf aurono-start-0.1.24-beta-darwin-arm64.tar.gz && cd aurono-start-0.1.24-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.24-beta-darwin-arm64.tar.gz
24 MB
SHA-256
49f4500b9f60fdde7d0d9c6ff7e60dd91b52137a71169da06bc845d1dd1aa977
Download for Mac

Is it safe to install?

A fair question, and you should ask it of anything that touches your exchange account. Here is the honest answer.

It cannot move your money.

Aurono connects to your exchange with a trade-only API key that you create and paste in yourself. That key can place the trades your rules decide on, and nothing else: it has no permission to withdraw or transfer funds, because you never grant it that permission on the exchange. Your coins stay in your exchange account the whole time. The key is encrypted on your device and never leaves it.

It runs on your hardware, not our servers.

Aurono Start runs entirely on your Pi or Mac. There is no cloud account, no phone-home, no remote kill switch. Once it is installed you could cut its connection to us and it would keep running: it only ever talks to your exchange.

You do not have to take our word that the file is clean.

Every download has a published SHA-256 fingerprint, shown next to each file above. Check it in one command and you will know the file is byte-for-byte what we shipped, not something swapped in along the way. The releases live in the open on GitHub, and the key that signs your license can be verified independently: see /security.

About the macOS warning.

We are a small, new publisher and have not yet paid for Apple notarization, so macOS may warn that it cannot verify the developer the first time you run it. That warning is about who signed the app, not about what is inside it: the SHA-256 check above is the stronger guarantee of integrity. If you would rather not do this alone, book the free call below and we will install it together.

Free to try means free. No account, no card.

Downloading Aurono Start and running it in shadow mode costs nothing and needs no signup, no email, no payment details. Shadow mode is the full app with live trading switched off, so you can watch exactly what it does before any money is ever involved.

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, yet. We're weighing which platform to add next, and demand is what decides.

One email when your platform lands. No newsletter, no sharing, and you can ask us to delete it any time.

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.