Asentum

Run a Node

Install via Desktop App

GUI validator install · Estimated read time: 5 minutes

Updated 2026-09-09: download the latest Operator build from the downloads page (version numbers change with each release).

Available now

Asentum Operator is available for macOS (.dmg) and Windows (.exe). Download from the downloads page.

TL;DR

The Asentum Operator desktop app installs like any native OS app - .dmg on macOS, .exe on Windows, .AppImage on Linux. Double-click the installer, open the app, create a wallet, sync the chain. No terminal.

Download the installer

Download the latest installer from the downloads page:

  • macOS, the .dmg (Apple Silicon and Intel).
  • Windows, the .exe installer (x64).

The downloads page always serves the current release, so the exact version in each filename tracks the latest build.

macOS install

  1. Double-click the .dmg.
  2. Drag Asentum Operator into the Applications folder.
  3. Launch from Applications or Spotlight.

On first launch, macOS may show an unidentified developer warning. Right-click the app and choose Open, then click Open in the dialog. This only happens once.

Windows install

  1. Double-click the .exe.
  2. Follow the installer prompts.
  3. Launch from the Start menu or desktop shortcut.

EV Authenticode signing is planned before mainnet. Until then, SmartScreen may warn on first launch - click More info → Run anyway.

Linux install

For the .AppImage:

chmod +x Asentum-Operator.AppImage
./Asentum-Operator.AppImage

For the Debian package:

sudo dpkg -i asentum-operator_*.deb

First launch

On first launch, the app walks you through wallet creation and chain sync. The full sequence is documented in Desktop App (Asentum Operator).

Updates

The app self-updates from signed release artifacts. When a new version is available you'll see a banner in the app - one click to download, restart to apply. Your wallet, sync state, and stake persist across updates.

Uninstalling

  • macOS - drag the app to Trash. User data in ~/Library/Application Support/Asentum.
  • Windows - Settings → Apps → Asentum Operator → Uninstall. User data in %APPDATA%\Asentum.
  • Linux - delete the AppImage, or sudo apt remove asentum-operator.

Heads up: removing user data deletes your wallet. Back up your recovery phrase first.

Read next