← All newsletters

Daily AcreetionOS Update -- August 24, 2026

August 24, 2026

Natalie just pushed the first working bash2bat conversion script that lets AcreetionOS helpers run Bash utilities on Windows without needing WSL. The initial commit lives in the natalie/bash2bat repository and already translates common system‑administration snippets into batch files that preserve exit codes and environment variables.

Development The bash2bat tool started as a simple proof‑of‑concept but now handles variable expansion, redirection, and basic control flow, making it easier for Windows‑based contributors to test AcreetionOS build scripts locally. Natalie noted in the commit message that the script will be bundled with the next launcher release so contributors can run acreeti‑build directly from a cmd prompt. The project maintains the script under the same GPL‑3 license as the rest of the distribution, and early feedback from the cobra3282000 tester shows a 90 % success rate on common packaging tasks.

Community This weekend the team settled on Sunday’s stable kernel set, pulling in the 7.1.10 and 6.18.46 series for the upcoming ISO refresh, which should improve hardware support for newer laptops while keeping the long‑term support branch solid. Alongside the kernel work, security updates for Friday were rolled out, patching AlmaLinux, Debian, and Fedora packages that flow through our mirror infrastructure. The community also took a moment to mourn Steve French, whose decades of Samba and networking work inspired many of us; his loss is felt across the forums and Discord channels where contributors shared stories and condolences.

Tip of the day If you’re setting up a new GitLab CI pipeline for AcreetionOS, add the secret detection template that Natalie just merged into .gitlab-ci.yml. It scans for API keys and tokens without slowing down your jobs, and you can enable it with a single line: include: https://gitlab.acreetionos.org/security/templates/SecretDetection.gitlab-ci.yml. For more on how the bash2bat script integrates with the launcher, check out the workflow docs at https://acreetionos.org/docs.html, and see the full list of changes in the changelog at https://acreetionos.org/changelog.html. When you’re ready to test the latest build, grab the fresh ISO from https://acreetionos.org/flash.html.

← Back to all newsletters