Releases: gall-levi-code/Syronius_FRAME
Release list
FRAME v1.0.0-release
FRAME v1.0.0-release
This release introduces the Electron online installer for Windows and Linux, with configuration and host-port validation before FRAME downloads or starts its Docker services.
Downloads
- Windows x64:
FRAME-Setup-1.0.0-release-win-x64.exe - Linux x64:
FRAME-Setup-1.0.0-release-linux-x86_64.AppImage(make executable withchmod +xbefore launching) - Release image manifest:
frame-images.json, pinning all 13 FRAME service images to their registry digests and matching source commit. - Checksums:
SHA256SUMScovers both installers and the image manifest.
The single-file download contains the installer runtime. It downloads matching FRAME source and prebuilt service images during setup; an offline bundle is not included.
What changed
- Guided Electron setup reuses FRAME's shared configuration, deployment, and recovery tools. Installers select this exact release rather than silently switching versions.
- Host readiness checks cover active TCP/UDP bindings, IPv4/IPv6, and FTP passive ports. Configuration edits invalidate earlier results, and ports are checked again before startup.
- Release deployments use prebuilt Linux AMD64 images, wait for Compose health checks, and retain the previous deployment configuration and local image IDs for recovery.
- Photo processing and uploads gain reliability and observability improvements; gallery administration and Photo Stage controls receive workflow and performance updates.
- Audio relay handling, stream statistics, Belabox transfers/auditing, and service resource controls receive reliability improvements.
Requirements and limits
Install and start Docker Desktop with Linux containers on Windows, or Docker Engine with Compose v2 on Linux. Setup also needs internet access and host tar. These installers target x64 hosts and linux/amd64 images.
The installer runtimes are unsigned, so Windows may display a publisher warning. ARM64 packages, automatic Docker installation, and offline image bundles are not included in this release.
Existing source installations should continue using the stack CLI. Existing release installations can update using this release's manifest; see the release and recovery documentation. Recovery restores deployment configuration and previous images, not application data or database changes, so retain normal data backups.
Validation
Both installers are built on their native GitHub runners from the release tag. Every published FRAME image passes its isolated runtime smoke check before its immutable registry digest is added to the manifest. Contract, service, installer, and deployment recovery checks run in CI. External integrations and a complete live media session still require deployment-specific acceptance checks.
FRAME v1.0.0 Alpha
FRAME v1.0.0 Alpha release candidate.
Highlights:
- Reworked the root README into a simple first-run guide centered on the interactive
stack.cmdcommand center. - Added Audio Bridge coverage for sessions, routes, WebSockets, mixer behavior, and CI test execution.
- Removed the photo pipeline
todaysymlink/junction path and documented recursivegallerieswatcher usage. - Added shared branded external error pages for Hybrid public gateway misses and downstream errors.
- Refreshed public TODOs for the alpha release line.
Validation:
- Full merged-main sweep passed: root
stack.cmd verify, plus every service typecheck, build, and test script. - Live disposable Discord Audio Bridge smoke passed before release: command registration, route checks, portal telemetry auth, voice join to ready, and clean disconnect.
Notes:
- This is a prerelease/alpha candidate. Rotate any disposable Discord credentials used during testing.