Skip to content

Infinia 4.0.0-alpha.1 (Pre-release)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jul 12:10

Infinia 4.0.0-alpha.1 (Pre-release)

⚠️ This is an unsigned Alpha pre-release. Use with caution and report bugs.

Desktop (unsigned Tauri packages)

Native installers for Windows, macOS, and Linux. These are unsigned Alpha builds —
your OS may warn about an unidentified developer. Code-signing and a bundled JRE are
deferred to a later release.

Web (portable, loopback-only)

Infinia-4.0.0-alpha.1-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.jarjava -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.

What's Changed

  • Merge v3.1.0 into main — LangChain4j ChatBackend + Plugin-Owned AI Tools + Qwen3 by @MuskStark in #14

Full Changelog: v3.1.0...v4.0.0-alpha.1