Aero7 Weekly Devlog — August 16, 2026 #12
memegeko
announced in
Weekly Devlog
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Aero7 Weekly Devlog — August 16, 2026
Period: August 10–16, 2026
This week focused on improving Control Panel integration, installed-system defaults, virtual-machine testing, installer rendering, and clearer boundaries between the Aero7 ISO and shell projects.
The repository also moved to its canonical home at
aero7-open-project/aero7.Features and additions
Native Control Panel support
Aero7 now includes the supporting packages and services needed by more native Control Panel pages:
The firewall backend is now installed explicitly and checked by both source and release validation.
Better VM validation
The QEMU launcher gained disposable Disk Management fixtures for safely testing storage interfaces without exposing host disks.
The test configuration provides:
PROJECTSandBACKUPSpartitionsARCHIVEpartitionOpt-in SSH port forwarding was also added for installed-system validation and debugging.
Bugs fixed
Project structure
The ISO and desktop shell are now explicitly maintained as separate projects:
aero7-open-project/aero7owns the Archiso profile, installer, disk backend, OOBE, recovery environment, media validation, and ISO documentation.aero7-open-project/aero7-shellowns the desktop configuration, application recipes, recovery tools, shell tests, and post-install integration.The ISO pins one reviewed shell revision through
sources.lock. Builds require a clean sibling shell checkout at that exact revision and copy only the approved runtime files into the image.This keeps the installer image reproducible without merging or vendoring the complete shell repository.
Release status
The existing Beta 1 download remains available, but new ISO and package releases are frozen while final bug testing continues.
Source development and automated checks may continue. A new public artifact will only be published after the final release receives explicit approval.
No new release was published this week.
Testing status
All nine pushed commits received successful GitHub Actions source checks.
The latest run, covering the installer combo-box rendering fix, completed successfully.
The project continues to validate:
Known limitations
Development activity
Notable changes:
Development this week was contributed by @memegeko.
All reactions