Infinia 4.0.0-beta.4 (Pre-release)
Pre-releaseInfinia 4.0.0-beta.4 (Pre-release)
⚠️ This is an unsigned Alpha pre-release. Use with caution and report bugs.
Desktop (unsigned Electron packages)
Native packages for Windows, macOS (Apple Silicon), and Linux. These are unsigned Alpha
builds — your OS may warn about an unidentified developer.
Every artifact is named <product>-<version>-<platform>-<arch>[-<form>].<ext>
(e.g. Infinia-4.0.0-mac-arm64.dmg, Infinia-4.0.0-linux-x64.AppImage,
Infinia-4.0.0-linux-x64.deb).
- Windows —
*-win-x64-setup.exe(installer) and*-win-x64-portable.zip
(extract the archive, then runInfinia.exe; no installation or startup-time
self-extraction). - macOS —
*-mac-arm64.dmg(Apple Silicon only). - Linux —
*-linux-x64.AppImage(single-file) and*-linux-x64.deb(Debian/Ubuntu).
Two variants are published per platform:
Infinia-JRE-*— bundles a jlink-minimized Java 21 runtime; self-contained, no
external Java needed.Infinia-*(no-JREsuffix) — smaller download; requires Java 21+ onPATH.
Web (portable, loopback-only)
Infinia-4.0.0-beta.4-web.zip / .tar.gz — unzip and run:
- macOS / Linux:
./run.sh - Windows:
run.bat
Requires Java 21 on PATH (or JAVA_HOME). The backend binds loopback only
(127.0.0.1) and is not reachable from other machines. On first launch the setup
wizard initializes the local datasource.
Fat JAR
Infinia.jar — java -jar Infinia.jar (Java 21 required).
Java 21
- Windows: Adoptium
- macOS:
brew install --cask temurin@21 - Linux (Debian/Ubuntu):
sudo apt install openjdk-21-jre
SHA-256 checksums are in checksums.txt.
This release was assembled automatically by GitHub Actions.
Full Changelog: v4.0.0-beta.3...v4.0.0-beta.4