Skip to content

Releases: tobychui/arozos

v3.0.2

v3.0.2 Pre-release
Pre-release

Choose a tag to compare

@tobychui tobychui released this 22 Aug 14:02
2ecbb06
截圖 2026-08-22 晚上9 52 04

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

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

v3.0.1 Pre-release
Pre-release

Choose a tag to compare

@tobychui tobychui released this 19 Jul 23:46
4750439
圖片

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 Pre-release
Pre-release

Choose a tag to compare

@tobychui tobychui released this 15 Jun 14:33
圖片

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

Choose a tag to compare

@tobychui tobychui released this 11 Dec 00:08
a9d3ac3
圖片

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

New Contributors

Full Changelog: v2.024...v2.025

v2.024

Choose a tag to compare

@tobychui tobychui released this 16 Nov 08:18
3cb383b
圖片

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

Choose a tag to compare

@tobychui tobychui released this 16 Oct 12:58
圖片

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

Choose a tag to compare

@tobychui tobychui released this 31 Oct 04:45
f9f4ec7

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

Choose a tag to compare

@tobychui tobychui released this 30 May 13:03

圖片

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

Choose a tag to compare

@tobychui tobychui released this 25 Jan 12:34
bff80f3

299636042-372cba4a-11dd-4a25-840a-024c58d0ab9d

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

Choose a tag to compare

@tobychui tobychui released this 09 Jul 15:59

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