Releases: CERALIVE/CeraUI
CeraUI v2026.1.1-beta.1 (Beta)
CeraUI v2026.1.1-beta.1
⚠️ This is a beta release. It may contain bugs or incomplete features. Use in production at your own risk.
Release Date: 2026-01-05
📦 Downloads
System Archives (with install scripts)
| Architecture | File | Target Hardware |
|---|---|---|
| ARM64 | ceraui-2026.1.1-beta.1-arm64.tar.gz |
Orange Pi 5+, Rock 5B+, Jetson Orin |
| AMD64 | ceraui-2026.1.1-beta.1-amd64.tar.gz |
Intel N100/N200, AMD Ryzen |
Debian Packages (apt/dpkg install)
| Architecture | File |
|---|---|
| ARM64 | ceralive-device_2026.1.1-beta.1_arm64.deb |
| AMD64 | ceralive-device_2026.1.1-beta.1_amd64.deb |
📝 Release Notes
This is the first release using the new CalVer (Calendar Versioning) system. This beta includes significant architectural improvements, a complete Svelte 5 migration, and a modernized build pipeline.
Highlights
New Release System
- Adopted CalVer versioning format:
YYYY.M.patch(e.g.,2026.1.0) - Automated version detection from git tags
- Support for stable and beta release channels
RPC Architecture Overhaul
- Migrated to ORPC WebSocket with end-to-end type safety
- Resolved 69+ TypeScript errors for improved reliability
Svelte 5 Migration
- Complete migration from Svelte 4 stores to Svelte 5 runes
- Upgraded to svelte-persistent-runes v2.0.0
- Enhanced reactivity and state management
Design System
- Implemented semantic color system with emerald/teal brand identity
- Unified component styling with Tailwind v4 compatibility
- Improved toast theming and UI consistency
Developer Experience
- Comprehensive mock system for hardware-free development
- Mock hardware switcher for pipeline testing
- Smart artifact caching (significantly faster builds)
Features
- Audio source/codec validation when pipeline requires them
- Pipeline support for belacoder x264/x265 naming patterns
- Variety of pipeline sources (HDMI, USB, libuvch264)
- Improved ModemCard and WiFi selector UI/UX
Fixes
- Streaming: Prevent double start requests
- Streaming: Build pipeline when groupedPipelines loads after config restore
- Pipeline: Skip hardware encoder names (nvenc/vaapi/mpp) when parsing source
- Modem: Compact layout with proper i18n for all languages
- Frontend: Unique element IDs per device in ModemConfigurator
Infrastructure
- Node.js upgraded to v24
- Biome upgraded to v2.3.10
- shadcn-svelte components upgraded to latest
- Pre-commit hooks for auto-fixing lint issues
🤖 Generated with GitHub Actions
CeraUI v0.0.3
CeraUI Release v0.0.3
This release contains builds for the following branches: main,extended
Downloads
- ceraui-main.tar.xz - Standard version
- ceraui-extended.tar.xz - Extended version with additional features
🤖 Generated with GitHub Actions
What's Changed
- Handle FPS value in RTMP pipeline names by @pjeweb in #10
- Tweak styles by @pjeweb in #11
- small fix to handle second group generated by the secondary fps regex by @andrescera in #13
- Use hash based navigation and persist urls after refresh by @andrescera in #14
Full Changelog: v0.0.2...v0.0.3
CeraUI v0.0.2
CeraUI Release v0.0.2
This release contains builds for the following branches: main,extended
Downloads
- ceraui-main.tar.xz - Standard version
- ceraui-extended.tar.xz - Extended version with additional features
🤖 Generated with GitHub Actions
What's Changed
- feat(roaming): add missing roaming feature by @andrescera in #1
- feat(locales): locales for arabic, japanese and korean were added by @andrescera in #2
- Improve notification system and reactivity by @andrescera in #8
- Remove unused font, icons and logo by @pjeweb in #6
- Fix labels for networks by @pjeweb in #5
- Add favicon, touch icons and webmanifest by @pjeweb in #7
New Contributors
Full Changelog: https://github.com/CERALIVE/CeraUI/commits/v0.0.2
CeraUI v0.0.1
CeraUI Release v0.0.1
This release contains builds for the following branches: main,extended
Downloads
- ceraui-main.tar.xz - Standard version
- ceraui-extended.tar.xz - Extended version with additional features
🤖 Generated with GitHub Actions