ZibNode Installer Packages
This repository contains the latest packages for ZibNode Installer.
Available Packages
- Linux: Latest Linux installers (AppImage, deb, rpm formats)
- macOS: Latest DMG installer for macOS ARM
- Source: Source code and build artifacts
Package Index
The latest package information is available in packages/index.json.
Installation
Linux
AppImage (Recommended)
- Download the appropriate AppImage from the packages/linux directory
- Make it executable:
chmod +x filename.AppImage
- Run the installer:
./filename.AppImage
Debian/Ubuntu (.deb)
- Download the appropriate .deb file from the packages/linux directory
- Install:
sudo dpkg -i filename.deb
- Fix dependencies:
sudo apt-get install -f
Red Hat/Fedora (.rpm)
- Download the appropriate .rpm file from the packages/linux directory
- Install:
sudo rpm -i filename.rpm
macOS
- Download the latest DMG from the packages/macos directory
- Mount the DMG file
- Drag the application to your Applications folder
- Last Updated: 2025-08-27 10:20:47 UTC
- Commit SHA: b2c7e16fade332a1e6b5c14d9bf85014979bebd4
- Repository: mediadriveio/electron-app
GitHub Pages
This repository is configured to serve packages via GitHub Pages at:
https://mediadriveio.github.io/zibnode-packages/