This repository contains the latest packages for ZibNode Installer, automatically built and published from the electron-app repository.
- Linux: Latest Linux installers (AppImage, deb, rpm formats)
- macOS: Latest DMG installer for macOS ARM
- Source: Source code and build artifacts
- Download the appropriate AppImage from the packages/linux directory
- Make it executable:
chmod +x filename.AppImage - Run the installer:
./filename.AppImage
- Download the appropriate .deb file from the packages/linux directory
- Install:
sudo dpkg -i filename.deb - Fix dependencies:
sudo apt-get install -f
- Download the appropriate .rpm file from the packages/linux directory
- Install:
sudo rpm -i filename.rpm
- Download the latest DMG from the packages/macos directory
- Mount the DMG file
- Drag the application to your Applications folder
The latest package information is available in packages/index.json.
- GitHub Pages: https://mediadriveio.github.io/zibnode-packages/
- Source Repository: https://github.com/mediadriveio/electron-app
- Latest Releases: https://github.com/mediadriveio/zibnode-packages/releases
This repository is automatically updated when:
- Code is pushed to the
mainbranch in the electron-app repository - Build workflows complete successfully
- Packages are pushed to the
gh-pagesbranch - GitHub releases are automatically created with all packages
- Last Updated: See packages/index.json for the latest build information
- Source Repository: mediadriveio/electron-app
- Build Status:
This repository is automatically maintained by GitHub Actions workflows.