Skip to content
Haiku OS

Haiku OS posts

BFS, the kit-based C++ API, and the pervasively multithreaded design behind BeOS's open-source successor.

Haiku OSFix July 11, 2026 3 min read

Fixing Tracker Crashes and Hangs on Haiku

Haiku's desktop/file-manager shell has stopped responding or crashed. Because Tracker is just another BLooper-based application, restarting it doesn't require rebooting the whole system.

#fix#tracker#haiku
Read more
Haiku OSFix July 11, 2026 3 min read

Fixing WebPositive Rendering Problems on Haiku

Pages look broken, layouts collapse, or certain sites refuse to render properly in Haiku's native WebPositive browser. Here's how to isolate whether it's a page compatibility issue or a local configuration problem.

#fix#webpositive#browser
Read more
Haiku OSHow-To July 11, 2026 3 min read

How to Back Up and Restore a Haiku System

A complete walkthrough backing up a Haiku installation using BFS attributes and standard file-copying tools, plus what to know about restoring packagefs-managed system data specifically.

#howto#backup#bfs
Read more
Haiku OSHow-To July 11, 2026 3 min read

How to Set Up Multiple User Accounts on Haiku

A complete walkthrough creating additional user accounts on Haiku, understanding its current multi-user maturity, and what to expect versus a fully mature multi-user Unix system.

#howto#users#permissions
Read more
Haiku OSHow-To July 11, 2026 3 min read

How to Write a Simple Native GUI Application on Haiku

A complete walkthrough building a minimal windowed application using Haiku's Interface Kit and BApplication/BWindow classes — the actual starting point for any native Haiku app, GUI or not.

#howto#development#interface-kit
Read more