Releases: tobychui/arozos
Release list
v3.0.2
v3.0.2
This version of arozos added a few more experimental apps including GitApp, a desktop git tool for cloning and editing git history on ArozOS web desktop interface, CalDAV support for syncing ArozOS calendar to your local devices, Cine Studio and a few more changes that allow editing of multi-media on top of ArozOS Web Desktop directly.
Docker Support
We added experimental docker support for Linux only, it will get automatically enabled if docker related tools are detected on the host system. It might bite your cat, use with caution
LoongArch Support
LoongArch support is merged into the main branch now and it should be building without issue. I don't personally have machines to test it, but it builds so it should works I guess?
What's Changed
- Add CalDAV server for iOS Calendar bidirectional sync by @yeungalan in #256
- Updated CLAUDE.md by @yeungalan in #257
- Add CalDAV support for VTODO (reminders) with bidirectional sync by @yeungalan in #258
- TURN update for Arozcast screen share over Internet by @yeungalan in #259
- Add Notion mode with slash commands and AI assistant by @yeungalan in #260
- Add Cine Studio, a Premiere-like timeline video editor webapp by @yeungalan in #263
- Docker support by @tobychui in #264
- Updated Video Editor app to have more functionalities by @yeungalan in #266
- Fix docker package build failure on FreeBSD and other unlisted platforms by @yeungalan in #267
- Added playwright e2e tests for cine studio by @yeungalan in #268
- Claude/arozos playwright tests for arozos by @yeungalan in #269
- Video Editor Cline Update by @yeungalan in #270
- New webapp RAW Editor by @yeungalan in #271
- RAW Editor - LUT Preview update by @yeungalan in #272
- V3.0.1 -> V3.0.2 by @yeungalan in #278
- Add curl-like http.request() with full control over method, headers, and body by @yeungalan in #280
- Add message context menu, thread editing, and keyboard navigation by @yeungalan in #281
- Add message context menu, thread editing, and keyboard navigation by @yeungalan in #282
- Notification Agent implementation by @yeungalan in #283
- Add notification system and sound preferences to Chatspace by @yeungalan in #284
- Add LoongArch64 (linux/loong64) build support by @calico-cat-3333 in #287
- Fix CPU frequency and hardware model detection on LoongArch64 by @calico-cat-3333 in #288
- docs: restore 2 dead link(s) via Wayback by @mirkosalvato1-ctrl in #290
- Fix Windows hardware info when wmic.exe is missing by @stantheman0128 in #289
- Add raised hand feature, connection stats, and host kick capability by @yeungalan in #292
- Add streaming chat, reasoning/thinking support, and file uploads by @yeungalan in #293
- Add streaming chat, reasoning/thinking support, and file uploads by @yeungalan in #294
- docs: fix a typo RSICV64 => RISC-V 64-bit by @MingcongBai in #291
- Bump github.com/pion/dtls/v3 from 3.0.7 to 3.1.4 in /src by @dependabot[bot] in #296
- Bump github.com/pion/stun/v3 from 3.0.1 to 3.1.5 in /src by @dependabot[bot] in #295
- Bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2 in /src by @dependabot[bot] in #297
- V3.0.2 by @tobychui in #299
New Contributors
- @calico-cat-3333 made their first contribution in #287
- @mirkosalvato1-ctrl made their first contribution in #290
- @stantheman0128 made their first contribution in #289
- @MingcongBai made their first contribution in #291
Full Changelog: v3.0.1...v3.0.2
v3.0.1
v3.0.1
This release add a few more utilities and optimization to Arozcast and office tools like Calendar, Chat and Meet (video conference tool).
What's Changed
- Bump github.com/go-git/go-git/v5 from 5.16.5 to 5.19.1 in /src by @dependabot[bot] in #255
- Bump golang.org/x/image from 0.33.0 to 0.41.0 in /src by @dependabot[bot] in #265
- Bump golang.org/x/net from 0.53.0 to 0.55.0 in /src by @dependabot[bot] in #262
- Bump golang.org/x/crypto from 0.50.0 to 0.52.0 in /src by @dependabot[bot] in #274
- V3.0.1 by @tobychui in #285
Full Changelog: v3.0.0...v3.0.1
v3.0.0
v3.0.0
In ArozOS v3.0.0, a tons of new feature has been added including new media players, photo viewers, system utilities, AI integration features and ffmpeg agi interfaces. We also optimized the user experience by introducing more utilities and tools.
New Apps Key Highlights
Pixel Studio
An advance photo editor build into ArozOS

Musicify
A renewed Music player to replace the legacy AirMusic module

Movie
A brand new movie watching experience

SQLite Admin
View sqlite database in real-time

Calendar
AI Chat
Chat with your own AI agent in ArozOS (require ollama installed on dedicated server or openAI compatible backend)

System Utilities Update
In ArozOS v3.0.0, we get new text editor, notes, clock and calculator

Arozcast
Cast music or video from your phone (using Musicify or Movie App) to any computers connected to the same server

New Interface Module
Now instead of logging in and seeing the desktop directly, you can pick to use other launchpads to start using your ArozOS, including the new Dashboard Interface

New System Setting Module (WIP)
What's Changed
Full Changelog: v2.025...v3.0.0
v2.025
v2.025
This is a new release of arozos that further improved the Photo app as well as adding more support for raw image files.
Now the embedded photo viewer (open via double click) support quick image editing!
What's Changed
- Updated photo viewing module to render ARW DNG and CR2 by @yeungalan in #200
- Bump golang.org/x/crypto from 0.44.0 to 0.45.0 in /src by @dependabot[bot] in #201
- V2.025 by @tobychui in #202
New Contributors
- @yeungalan made their first contribution in #200
Full Changelog: v2.024...v2.025
v2.024
v2.024
This version updated the Aroz Photo app to be much more professional and usable with image files containing EXIF data. This update also improved the Manga app design and added rendering capabilities to svg files.
What's Changed
Full Changelog: v2.023...v2.024
v2.023
Update v2.023
This version updated all the dependencies to the latest version and added a few more localization to the system settings.
You might notice the v2.022 is missing, and that is because after migration to agi interface, ArozOS is no longer stable. Despite internal patching and fixing, it still not working as stable as the original direct RESTFUL api based implementation. That is why we (basically me) decided to discard the v2.022 and jump straight to v2.023 instead.
What's Changed
- Bump golang.org/x/oauth2 from 0.15.0 to 0.27.0 in /src by @dependabot[bot] in #191
- Bump github.com/ulikunitz/xz from 0.5.11 to 0.5.14 in /src by @dependabot[bot] in #196
- Bump golang.org/x/net from 0.23.0 to 0.38.0 in /src by @dependabot[bot] in #194
- Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0 in /src by @dependabot[bot] in #195
- Bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 in /src by @dependabot[bot] in #193
- Bump golang.org/x/crypto from 0.21.0 to 0.35.0 in /src by @dependabot[bot] in #192
Full Changelog: v2.021...v2.023
Update v2.021
Update v2.021
This version of ArozOS fixed a few minor bugs and maybe introduced some new one.

Change Log
- Updated login cookie to support Lax mode
- Updated diskmg implementation for new Linux utilities
- Fixed CPU usage over 100% bug
- CSS optimization for login page
- Added japan2 wallpaper pack
- Added folder share image preview by @Saren-Arterius
- Added support for custom host listener by @jackhftang
Notes
ArozOS is planning for a big rewrite (v3) to support distributed computing, storage and authentication architecture. There are no planned big updates to the code base for v2 in upcoming months. However, we still accept bug report and PRs for v2's long term support.
Update v2.020
Update v2.020
This update added basic RAID management (based on mdadm) and SMB share functions (based on Samba). These two module will be disabled automatically if mdadm or samba is not installed on the host or when ArozOS is running on not supported platforms like Windows.
This update also contains UI / UX improvements including renewed login UI, more localization and removed a few deprecated functions.
Change Log
- Added real time video transcode endpoint (for playing unsupported video files like rmvb and mkv)
- Added English localization to many system setting modules
- Added samba share editing interface in Network Share
- Added RAID management interface (support new raid, grow raid and remove raid function)
- Added skip mdadm reload startup parameter
- Added 3D model render error return logic
- Added missing DOCTYPE to most of the html files
- Added "Reload Now" option in fsh editor
- Fixed SMART modal bug
- Fixed WebDAV timeout bug
- Optimized agi module codebase
- Optimized disk overview UI color scheme
- Deprecated wsshell module
- Deprecated filesystem database (fs.db)
- Moved authreq API to auth module
- Removed gzip support from mediaServer to better handle partial content headers in media streaming
- Removed demo mode
- Removed quota tracking system on public share drive
Update v2.018
Updates v2.018
This update feature a few new key features includes
- New desktop UI elements and utilities
- More Japanese and Korean localization
- Better dark theme color schemes
- Mounting SMB now support subpath (instead of Share root)
Change Log
- Added http.redirect in AGI
- Added blocking logic in file system core to avoid walking file system in network drive
- Added support for mounting sub-folder path in SMB shared root
- Added WebDAV connection timeout
- Added more localization for System Settings
- Added ffmpeg api call from agi interface
- Added support to use appdata lib in init.agi
- Added desktop dock left/right indicator
- Added desktop system overview & disk util
- Added more localization
- Added dark theme to default opener tool
- Moved buffer-to-local fs function into file system handler's scope
- Optimized build script for arm6 (rpi-0 / 0w)
- Supporting index.agi for folder entry point
- Updated System setting icons
- Removed dependencies on fast-template lib
- Fixed linux build fail bug
- Removed direct agi to linux pakage call method
- Fixed large file finder bug
- Deprecated virtual path translation related api
- Fixed minor file manager css bug
- Removed unused agi interface function
getUserInfoByName() - Fixed desktop css bug on context menu dark theme
- Fixed share module dark theme bug
- Fixed some module invalid catergory group
- Fixed localization key typo in file explorer
Update v2.017
Updates v2.017
This updates rewrite a small portion of the authentication mechanism to provide server-side account switching like services provide by some large companies.
- Added account switching and sub-accounts feature (experimental)
- Added login session resume function
- Fixed SMART no disk found bug
- Fixed desktop css issue
- Updated wallpapers for some desktop background packs

