Skip to content

AventusDAO/avn-cloud-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

AVN Node Dashboard – Downloads

Official releases of the AVN Node Dashboard desktop application.

Installation

Pre-built packages are available for all major platforms. Download the release that matches your operating system from the Releases page, then follow the platform-specific instructions below.

Platform Download Notes
macOS .dmg Native macOS application. Details ↓
Windows .exe Windows installer. Details ↓
Linux .AppImage Portable executable, no installation required. Details ↓
Docker docker.tar.gz Cross-platform container image. Details ↓

Running on macOS

  1. Download the .dmg asset from the Releases page.
  2. Open the .dmg file and drag the app to your Applications folder.
  3. On first launch macOS will block the app because it is not yet code-signed. To open it:
    • Open Finder and navigate to Applications.
    • Right-click the app and choose Open.
    • Confirm in the dialog that appears.

Running on Windows

  1. Download the .exe installer from the Releases page.
  2. Run the installer. Windows SmartScreen may show a warning — click More info then Run anyway.
  3. Follow the installer prompts to complete the installation.
  4. Launch the app from the Start Menu or the desktop shortcut.

Running on Linux

  1. Download the .AppImage from the Releases page.

AppImage:

  1. Make the file executable:
    chmod +x avn-cloud-dashboard-<version>.AppImage
    Or right-click the file --> Properties --> Permissions --> check Allow executing as program.
  2. Double-click the .AppImage to run it, or execute it directly:
    ./avn-cloud-dashboard-<version>.AppImage

Running with Docker

Docker lets you run the dashboard in an isolated container without installing any native dependencies. This is useful for server deployments, CI environments, or when you want to avoid platform-specific setup. You will need Docker Engine (or Docker Desktop on Mac/Windows) installed before proceeding.

  1. Download the docker.tar.gz asset from the Releases page.
  2. Load the image:
    docker load < avn-cloud-dashboard-<version>-docker.tar.gz
  3. Run the container:
    docker run -p 8080:80 avn-cloud-dashboard:<version>
  4. Open your browser at http://localhost:8080.

Verifying Downloads

Each release includes SHA-256 checksums. To verify:

# macOS / Linux
shasum -a 256 <downloaded-file>

# Windows (PowerShell)
Get-FileHash <downloaded-file> -Algorithm SHA256

Feedback & Issues

Please report issues via GitHub Issues.

About

Official releases of the AVN Node Dashboard desktop application.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors