Releases: elin66alpha/Relay
Release list
Relay 0.1.4
Relay 0.1.4
This release introduces a built-in SSH terminal for managing remote backend machines directly from the client, a Fast mode toggle for supporting solo-chat agents, dynamic CLI-driven Codex model catalog discovery, and extensive reliability and documentation cleanup.
Highlights
• SSH Terminal: A resumable, browser-and-client-native SSH terminal under Manage credentials that allocates one PTY per device, supports Light/Dark themes, bundles RelayTerminalMono for precise rendering on Chromium, and uses short-lived, single-use WebSocket tickets.
• Fast Mode: A new toggle in the solo-chat composer for Codex and Claude Code to switch between standard and fast service tiers or settings.
• Dynamic Codex Discovery: Codex models and their supported reasoning-effort levels now load dynamically from the local CLI's structured metadata catalog.
• Documentation Cleanup: Streamlined the onboarding, security, and developer docs.
• Stability Fixes: Resolved incorrect Codex model ID detection, corrected false "Already up to date" messages on CLI updates, and restored the Linux installer script setup path.
Assets
• relay-web-v0.1.4.tar.gz : Web build bundle.
• relay-android-v0.1.4-debug-signed.apk : Android release build using the current debug signing config.
• SHA256SUMS : SHA256 checksums for the attached artifacts.
Validation
• flutter pub get
• flutter analyze --no-pub
• flutter test --no-pub
• node --check syntax check on all server scripts
• npm --prefix server test
• flutter build web --no-pub --pwa-strategy=none --no-web-resources-cdn
• flutter build apk --release --no-pub
Windows and macOS desktop packages still need to be built on their respective platforms.
Relay v0.1.3
Relay 0.1.3
This release prepares Relay for broader public sharing with clearer onboarding, security documentation, and 0.1.3 package metadata.
Highlights
- Reworked README and Chinese README for a more readable public introduction.
- Added a dedicated security model covering credentials, bearer tokens, file API guardrails, and production deployment responsibilities.
- Added changelog entries for the 0.1.x line.
- Added first-run backend deployment guide documentation and roadmap updates.
- Bumped Flutter and backend package metadata to 0.1.3.
Assets
relay-web-v0.1.3.tar.gz: Web build bundle.relay-android-v0.1.3-debug-signed.apk: Android release build using the current debug signing config. Suitable for early direct distribution/testing; configure a real release keystore before store-style distribution.SHA256SUMS: checksums for the attached artifacts.
Validation
flutter pub getflutter analyze --no-pubflutter test --no-pubnode --checkfor all backend JavaScript filesnpm --prefix server testflutter build web --no-pub --pwa-strategy=none --no-web-resources-cdnflutter build apk --release --no-pub
Linux desktop build was not attached from this machine because the local Snap Flutter SDK could not find a linker in its bundled LLVM path. Windows and macOS desktop packages still need to be built on their respective platforms.
Relay v0.1.2
Release artifacts for Relay v0.1.2.
Highlights:
- Agent install/login status and in-app CLI login flow.
- Quota and chat-rendering fixes.
- SWARM template, screenshots, and documentation updates.
- Home navigation, Swarm group chat, Antigravity quota wiring, BTW sidekick, and multi-segment message support.
- Corrected app and backend version metadata to 0.1.2 (Flutter build 12).
Assets:
- relay-android-v0.1.2.apk: Android release-mode APK. This repo currently uses debug signing for Android release builds, so uninstall an existing APK first if Android reports a signature mismatch.
- relay-backend-v0.1.2.tar.gz: Linux backend package with server code, lockfile, PM2 ecosystem config, Linux setup docs, and setup.sh.
- setup.sh: convenience installer that extracts relay-backend-v0.1.2.tar.gz and runs the packaged setup flow.
Validation:
- flutter analyze --no-pub
- flutter test
- npm test in server/
- node --check for backend JavaScript files
- flutter build apk --release --no-pub
SHA-256:
- relay-android-v0.1.2.apk: c273d36f7227879b338ccfaab244f29deea9ec824dddfc82d8bee9068d00fbf9
- relay-backend-v0.1.2.tar.gz: 2dd423a7236265e3997cb7d050553aab8d23e26c0fa39ff6bf9fb65745afc5af
- setup.sh: 1b99919486059f26007b2dc109f018fe45cb7ddb81e99c885fd8b79248abe7f0
Relay v0.1.0
Release artifacts for Relay v0.1.0.
Assets:
- relay-android-v0.1.0.apk: Android release-mode APK. This repo currently uses debug signing for Android release builds, so uninstall an existing APK first if Android reports a signature mismatch.
- relay-backend-v0.1.0.tar.gz: Linux backend package with server code, lockfile, PM2 ecosystem config, Linux setup docs, and setup.sh.
- setup.sh: convenience installer that extracts relay-backend-v0.1.0.tar.gz and runs the packaged setup flow.
Validation:
- flutter analyze
- flutter test
- flutter build apk --release
- npm test in server/