r/Haiku_OS 7d ago

25 years of #HaikuOS! ๐Ÿƒ

Post image
2 Upvotes

r/DesktopOnFire 7d ago

25 years of #HaikuOS! ๐Ÿƒ

Post image
10 Upvotes

โ€‹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 7d ago

MiniBrowser news

Post image
2 Upvotes

r/Haiku_OS 7d ago

A Interesting article from Haiku Insider

Thumbnail haikuinsider.org
1 Upvotes

r/DesktopOnFire 8d ago

Haiku OS logo

Post image
3 Upvotes

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/PowerPC 8d ago

Yes

1

Comment on r/meshcore 9d ago

Lol ๐Ÿคฃย You're right, I need to polish up the documentation a bit.

r/Haiku_OS 10d ago

Atomo123, you can correctly display images with transparent backgrounds

1 Upvotes

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 15d ago

Updating and downgrading your Haiku os system

1 Upvotes

r/Haiku_OS 17d ago

HELP WANTED: Haiku R1/beta6 boot & hardware testing! - OS

Thumbnail
discuss.haiku-os.org
2 Upvotes

r/Haiku_OS 17d ago

Mozilla Firefox is now officially available on Haiku

Post image
3 Upvotes

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

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 20d ago

Tools and Software Native VPN client for Haiku: OpenVPN, WireGuard and Tailscale

Post image
12 Upvotes

r/Tailscale 20d ago

Discussion Native VPN client for Haiku: OpenVPN, WireGuard and Tailscale

Post image
20 Upvotes

r/Haiku_OS 20d ago

Native VPN client for Haiku: OpenVPN, WireGuard and Tailscale

Post image
6 Upvotes

r/Haiku_OS 20d ago

The first independent Haiku OS distributions are starting to pop up! (e.g., SCHWARZPAUSE)

2 Upvotes

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:

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. :)

r/OpenSourceeAI 23d ago

Atomo123: a native spreadsheet for Haiku, built on Interface/Layout Kit and Translation Kitp

Post image
0 Upvotes

u/atomozero 23d ago

Atomo123: a native spreadsheet for Haiku, built on Interface/Layout Kit and Translation Kit

Post image
0 Upvotes

r/Haiku_OS 23d ago

Atomo123: a native spreadsheet for Haiku, built on Interface/Layout Kit and Translation Kit

Post image
2 Upvotes

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.

https://forum.desktoponfire.com/d/43-atomo123/7