Jambula OS 2025.9.0 Released – Now with Bluetooth Speaker Support!
I have uploaded the latest ๐๐๐ฆ๐๐ฎ๐ฅ๐ ๐๐ image – version ๐๐๐๐.๐.๐. This release continues the work I have been doing to make Jambula OS, a reliable, lightweight Linux platform for embedded SoC devices like the Raspberry Pi 5. So if you are building smart automation solutions on embedded platforms, this update is definitely worth checking out.
๐๐ข๐ ๐ก๐ฅ๐ข๐ ๐ก๐ญ๐ฌ ๐ข๐ง ๐ญ๐ก๐ข๐ฌ ๐ซ๐๐ฅ๐๐๐ฌ๐:
๐๐ฅ๐ฎ๐๐ญ๐จ๐จ๐ญ๐ก ๐ฌ๐ฉ๐๐๐ค๐๐ซ ๐ฌ๐ฎ๐ฉ๐ฉ๐จ๐ซ๐ญ: Added support for Bluetooth audio devices which is ideal for voice prompts or music output.
๐๐ฐ๐ข๐ญ๐๐ก๐๐ ๐ญ๐จ ๐๐๐ ๐๐๐๐: Replaced dnsmasq with ๐๐๐ ๐๐๐๐ for better dynamic addressing management.
๐๐ข๐ ๐ข ๐ก๐จ๐ญ๐ฌ๐ฉ๐จ๐ญ ๐๐ฅ๐ข๐๐ง๐ญ ๐๐จ๐ฎ๐ง๐ญ ๐ข๐ง ๐๐๐๐: See how many clients are connected to your hotspot right in the systemโs MOTD.
๐๐ ๐๐จ๐๐ ๐จ๐ง ๐ข๐ง๐ข๐ญ๐ข๐๐ฅ ๐ฅ๐จ๐ ๐ข๐ง: Displays a QR code linking to vendor/device info, useful for branding or support.
๐๐ฆ๐ฉ๐ซ๐จ๐ฏ๐๐ ๐ฌ๐๐ญ๐ฎ๐ฉ ๐ญ๐จ๐จ๐ฅ๐ฌ: Smoother first-time setup experience with updated scripts.
๐๐จ๐ฆ๐ ๐๐ฌ๐ฌ๐ข๐ฌ๐ญ๐๐ง๐ญ ๐ฎ๐ฉ๐๐๐ญ๐๐: Latest Home Assistant version included to keep your platform up to date.
๐๐ฎ๐ ๐๐ข๐ฑ๐๐ฌ: Minor fixes including firewall and weather integration improvements.
๐๐๐๐ซ๐ง ๐ฆ๐จ๐ซ๐ ๐๐๐จ๐ฎ๐ญ ๐๐๐ฆ๐๐ฎ๐ฅ๐ ๐๐:
https://code.jambula.net/zikusooka/Jambula-OS
Hass Core Installer 2025.9.0 Released
I have released Hass Core Installer 2025.9.0! There are no changes in this version besides upgrade to the latest Home Assistant.
Hass Core Installer is a free and open source tool that helps you install and manage Home Assistant Core using the manual installation method. Even though this method is now officially deprecated, I know some people still prefer it for its flexibility and control.
You can find the project and source code here: https://github.com/zikusooka/hass-core-installer
Demo of Agama Linux Installer at OpenSUSE Conference 2025 – Nuremberg, Germany
Over the weekend at the OpenSUSE Conference 2025 in Nuremberg, Germany, I had the pleasure of showcasing Agama, the innovative new Linux installer set to debut in openSUSE Project Leap 16 and SUSE Linux Enterprise Server 16.
While still in active development, this tool is shaping up impressively and promises to redefine the future of unattended Linux installations.
Curious to learn more or get started? Explore the full documentation here:
https://agama-project.github.io/docs/user/
An Alternative Way to Install Home Assistant Core
Hass-Core-Installer Version 2025.5.1 Released
Official support for installing Home Assistant Core, Supervised, and some other methods will soon end (see announcement). If you still want to run Home Assistant Core on your own hardware, I have good news!
Iโve released a new and improved version of hass-core-installer. This tool makes it easy to install Home Assistant Core on many types of systems, including ARM64 devices like Raspberry Pi 5.
You can try it now by visiting the GitHub page.
Why Use Hass-Core-Installer?
- Works on Many Systems: Supports most system types, especially ARM64.
- Works Offline: You can install Home Assistant Core even without an internet connection.
- Future-Proof: Keeps working even after official support ends.
- For Power Users: Best for people who already know how to set up Home Assistant.
Whatโs New in Version 2025.5.1?
- Upgrade Home Assistant to the latest version
Updated Home Assistant Core to the latest version of 2025.5.1 - Faster Installs with uv:
The installer now uses uv, a new and very fast Python package manager. This means Home Assistant installs faster and package problems are easier to fix.
(Learn more about uv here). - Supports More Python Versions:
You can now use different versions of Python. By default, it uses Python 3.13.3. - Better Troubleshooting:
Improved tests and logging help you find and fix problems more easily.
How to Get Started
- Go to the hass-core-installer GitHub page.
- Follow the instructions to download and use the tool.
If youโre an experienced Home Assistant user and want to keep running it your way, give hass-core-installer a try! Your feedback and suggestions are welcome on GitHub.
Buildroot and GCC 15: Fixes for m4 and Other Packages
This week, I tried using Buildroot on my new Fedora 42 system, which comes with GCC 15. Right away, the build failed when compiling the package host-m4.
After looking into it, I found that GCC 15 has stricter rules that cause some Buildroot packages to break-not just m4, but also others like gmp. This means if you are using Buildroot on a Linux system with GCC 15, you might run into similar problems.
What to do?
There are patches available to fix these issues, including one I submitted for m4. You can find them here:
https://lists.buildroot.org/pipermail/buildroot/2025-April/777274.html
Whatโs next?
Hopefully, these problems will be fixed in the official Buildroot updates soon. Until then, applying these patches will help you build successfully with GCC 15.
If you use Buildroot with the latest Linux and GCC versions, keep an eye out for updates and patches like these!
Update [May 5, 2025]:
This patch has now been committed upstream to buildroot.
It will be applied as a workaround only when host gcc 15 is detected.
For more details, please check the full commit here:
https://gitlab.com/buildroot.org/buildroot/-/commit/7a07a9d155b8f601d68f07ee0ed1dc8d48907644
Releasing Jambula OS Linux – version 2025.3.0
๐ I have uploaded the latest image of Jambula OS Linux version 2025.3.0 (Great Seasons)! ๐ปโจ
While this is mostly a maintenance release, I’ve snuck in some exciting features like:
โ
Remote connections just got easier with Tailscale support! ๐
โ
Audio calendar alerts are now possible with Radicale ๐
๐
โ
Nginx web/proxy server support ๐ฅ๏ธ
โ
Geolocation tool to help you pinpoint device location ๐
For more information about Jambula OS Linux, including instructions on how to download and install it, please visit:
https://github.com/zikusooka/Jambula-OS
Jambula OS Linux – Version 2025.1.0 Released
I have just compiled and released a new image for Jambula OS Linux version 2025.1.0! This exciting update features a range of innovative enhancements, including:
๐ Seamless integration with the latest Home Assistant smart home software
๐ Radicale, the lightweight and powerful CalDAV/CardDAV server for all calendaring needs
๐ต A local music server that supports audio announcements and alerts
๐ฐ๏ธ A talking clock feature that announces the time at hourly intervals
๐ฆ๏ธ Periodic weather updates delivered through voice alerts tailored to your location
๐ท MQTT-based triggers activated by motion detection from the built-in camera server
For more information about Jambula OS Linux, including instructions on how to download and install it, please visit:
https://github.com/zikusooka/Jambula-OS
Hass Core Installer, a new Home Assistant Installer and upgrade tool for Linux
I’m excited to announce that I have uploaded a new tool called HASS Core Installer. As you have guested, its a handy tool that makes it very easy to install, upgrade, and uninstall Home Assistant Core on Linux. So weather you are a beginner, intermediate, or advanced Home Assistant user, this tool is just what you need if any of the official and recommended methods are not sufficient for your use case.
I initially developed this tool for use on Jambula OS, a custom tailored Linux operating system designed for SoC devices such as the Raspberry Pi. However, you can use it on any Linux distribution such as Ubuntu, Fedora, OpenSUSE, Ubuntu, Debian etc.
HASS Core Installer also works off-line allowing for local installations and upgrades of Home Assistant in scenarios where there’s no access to the Internet.
To get started or contribute to this project, check out the HASS Core Installer repository on my Github!
Jambula OS Linux now offers support for Home Assistant
๐โจ Exciting news for smart home enthusiasts! I have added support for Home Assistant Core installs & upgrades to Jambula OS (starting with version 2024.10.0) ๐
โ๏ธ Jambula OS is a custom Linux operating system ๐ง designed specifically for SoC devices like the Raspberry Pi 5
โฌ๏ธ You can download it here: https://github.com/zikusooka/Jambula-OS/
๐ก Upgrade today and kickstart your journey to creating a private, offline smart home ๐กhub!
Jambula OS Linux now supports the latest Raspberry Pi 5
I have uploaded the newest image of the Jambula OS Linux which supports the latest Raspberry Pi 5 Model B. You can download the image from : https://github.com/zikusooka/Jambula-OS
Jambula OS, a custom Linux distribution used primarily on embedded and SoC based devices such as the Raspberry Pi.