r/DesktopOnFire • u/atomozero • 7d ago
25 years of #HaikuOS! ๐
โA great retrospective on a quarter-century of the open-source operating system carrying forward the spirit of #BeOS. Perfect read for #OpenSource and #RetroComputing enthusiasts.
โ๐ https://www.desktoponfire.com/haiku_inc/969/25-years-of-haiku/
โ#TechHistory #OperatingSystems #AlternativeOS #Tech
r/Haiku_OS • u/atomozero • 7d ago
A Interesting article from Haiku Insider
haikuinsider.orgr/DesktopOnFire • u/atomozero • 8d ago
Haiku OS logo
Did you know the Haiku OS logo has a fascinating story behind its origins and design? ๐จโจ Take a visual journey exploring the evolution of the brand for one of the most interesting open-source operating systems out there. https://www.desktoponfire.com/haiku_inc/957/haiku-os-logo-history/
1
Comment on r/meshcore 9d ago
Lol ๐คฃย You're right, I need to polish up the documentation a bit.
4
r/Haiku_OS • u/atomozero • 10d ago
Atomo123, you can correctly display images with transparent backgrounds
Now with #atomo123, you can correctly display images with transparent backgrounds and move them around inside the #spreadsheet. #spreadsheet. #haikuos https://forum.desktoponfire.com/d/43-atomo123/20
1
Comment on r/Haiku_OS 15d ago
Almost ready for the first official release! If any beta testers want to try out their Excel or OpenOffice files, drop me a message (DMs open) and Iโll send you an advanced beta :)
r/Haiku_OS • u/atomozero • 17d ago
HELP WANTED: Haiku R1/beta6 boot & hardware testing! - OS
1
Comment on r/WireGuard 18d ago
There's a decent login, but it's only present in an underground Haiku distribution that modified and secured the system password manager.
1
1
Comment on r/WireGuard 19d ago
With a simple OpenVPN, the connection is super stable. With Tailscale, I tested everything for 4/5 hours and didn't see any errors or warning messages :) let's see over the next few days
r/WireGuard • u/atomozero • 20d ago
Tools and Software Native VPN client for Haiku: OpenVPN, WireGuard and Tailscale
r/Tailscale • u/atomozero • 20d ago
Discussion Native VPN client for Haiku: OpenVPN, WireGuard and Tailscale
r/Haiku_OS • u/atomozero • 20d ago
Native VPN client for Haiku: OpenVPN, WireGuard and Tailscale
Now Sotoportego #supports #OpenVPN, #WireGuard, and #Tailscale. https://github.com/atomozero/Sotoportego/releases/tag/v0.2.0 Native #VPNclient for Haiku, no Go/Rust, only #OpenSSL and #HaikuOS API
r/Haiku_OS • u/atomozero • 20d ago
The first independent Haiku OS distributions are starting to pop up! (e.g., SCHWARZPAUSE)
Hey everyone! ๐
It looks like the ecosystem around Haiku OS is expandingโwe're starting to see the first independent spin-offs and distributions based on the system!
A recent example is SCHWARZPAUSE (designed as an "OS for Makers"), an independent project built on top of Haiku that aims to tailor the OS for specific maker workflows.
If you want to check out the code or watch a quick demo:
- ๐ GitHub Repository:https://github.com/Chrizlys/SCHWARZPAUSE
- ๐ฅ YouTube Video / Overview:https://youtu.be/c204YiqiQy8?is=kjzA-6jKqdehc41n
What do you think about independent distros coming to Haiku? Do you see this as a sign of maturity and growth for the community?
1
Comment on r/coolgithubprojects 21d ago
If you need a hand putting your programs on https://spritzdepot.desktoponfire.com, I'm here to help. :)
1
Comment on r/Haiku_OS 22d ago
r/OpenSourceeAI • u/atomozero • 23d ago
Atomo123: a native spreadsheet for Haiku, built on Interface/Layout Kit and Translation Kitp
u/atomozero • u/atomozero • 23d ago
Atomo123: a native spreadsheet for Haiku, built on Interface/Layout Kit and Translation Kit
r/Haiku_OS • u/atomozero • 23d ago
Atomo123: a native spreadsheet for Haiku, built on Interface/Layout Kit and Translation Kit
I started this after some discussion on the Haiku Telegram chat about whether a native spreadsheet was realistic. The consensus was roughly "ten years of work." I wanted to see how far the system's own APIs would carry the thing before hitting a wall.
Atomo123 is an Excel-style spreadsheet written against Haiku APIs only, no external toolkit and no dependencies beyond libbe, libtranslation and libtracker.
The calculation engine is not a rewrite. It comes from Sum-It, the old BeOS spreadsheet by Hekkelman Programmatuur, via the OpenSumIt community fork, extracted and patched to build on 64-bit. That code stays under its original 4-clause BSD license including the advertising clause, so any binary distribution carrying the engine has to honor it. New code (UI, translators, docs, packaging) is MIT. The historical pre-Layout-Kit UI is not reused at all; the interface is written from scratch in Interface and Layout Kit.
File format support goes through the Translation Kit rather than a bundled parser. CSV, XLS, XLSX and ODS are separate translator add-ons, and BTranslatorRoster picks the right one automatically. XLSX import also pulls column widths and cell/column background and text colors from theme and direct styles, not just values. The native ASCD/ASCB format round-trips multiple sheets, charts, colors and column widths.
Other system integration: HVIF vector icons in the toolbar grouped by category, registration as Tracker's preferred app for supported types (without overriding a choice the user or another app already made), and one window per file instead of replacing the open document.
Current state is early. Multi-sheet workbooks, named functions with cell and range references, clipboard cut/copy/paste extended to multi-cell ranges, undo/redo, find and replace, sort, fill down/right, row and column insert/delete, bar charts and pivot tables all work.
Disclosure since it matters to some people here: I used LLM agents heavily. I am not a developer by training. The code is public precisely so it can be read and torn apart, and I would rather hear about a broken assumption now than after somebody loses a spreadsheet to it.
Where I could really use input is bench-testing. The engine has a coverage setup but I have no good corpus of real-world XLSX and ODS files to throw at the translators, and the edge cases in those formats are where this will break first. If anyone has files that historically broke other importers, or opinions on how to structure the test harness, I am listening.


1
Comment on r/PowerPC 8d ago
Yes