> The new version supports HiDPI displays [...] and has significantly improved Wi-Fi support, including via some USB Wi-Fi adapters[.]
> [...]
> It has translation layers for both X11 and Wayland, as well as for Gtk apps, alongside the WINE support it gained this time last year. This means a number of new apps, including the GNOME Web browser Epiphany, a full graphical version of Emacs, updated POSIX layer, WINE, and more.
> [...]
> In testing, we didn't experience a single crash[.] [...] Just for reference, this article was written on Haiku itself, on the bare metal of an old ThinkPad W500, using a Markdown editor called Ghostwriter.
All I really need for most of my computer use is a web browser, Emacs, and a decent command line, and I imagine similar is true for many HN readers. Sounds like Haiku is ready for hobbyists in this crowd to use for a fair chunk of our most common computing tasks.
I love the Linux desktop, but I'm really curious about non-Unix F/OSS desktops. I will have to see if there's a place for Haiku in my life on some old hardware!
It absolutely is, yes. That is how I captured the screenshot for that article.
But the thing is that that doesn't let you get any real feel for how it works with the hardware.
One big aspect, of course, is the performance. That's why I used one of the oldest slowest laptops in my testing fleet for the writeup.
On a 15YO C2D with spinning rust, Haiku b4 starts about as quickly as Ubuntu from NVMe SSD on my day-to-day Core i7. It is impressive.
Secondly the wifi support is impressive too. FreeBSD only supports some old wifi standards and the connection is not all that fast. Haiku talks -n and -ac standards and it's quick, as quick as this old machine's wifi card can do. It saw both my 2.5GHz and 5GHz WLANs, too, separately.
Regular readers of my reviews of alternative and niche OSes will see that I usually try in VirtualBox first, and then if that is successful, I move on to bare metal. Depending on the sophistication of the OS, I may use an "easy" machine, such as a laptop with only integrated graphics, or a "tough" machine, such as one with two GPUs and switching support.
Quite a few OSes never make it out of a VM in testing. Frankly, if something can't support the well-standardised virtual hardware of a VM, it is likely to fair badly on bare metal.
I'm hoping that it might be fun for me to explore and even struggle with a little bit in the same way that Linux was exciting for me as a kid. :)
> Haiku, like BeOS before it, is not a Unix. If you actively like Unix, and what you want to do already works well on Unix – any Unix, and that includes macOS, as well as Linux and FreeBSD – then you probably won't see much appeal here.
Don’t they support the same set of terminal command as in other Unix-like systems? From what I saw [1] there aren’t much difference. Well that is what what people care about unix, right?
[1]: https://www.haiku-os.org/docs/userguide/en/applications/list...
It's debatable whether or not BeOS was a UNIX, but I think by most standards it is: the `fork()`-based process model, UNIX-style file descriptors (but no `mmap`), etc.
Haiku has all the bits BeOS had, of course, but we have far extended our POSIX compliance: of course we have mmap, but also pthreads, and /dev/ (including all the staples, like /dev/null, etc.) These aren't mere compatibility wrappers, but often the "native" APIs; some of the Be APIs are implemented on Haiku using them (while others use lower-level APIs.) There is no "POSIX compatibility layer" in the kernel, it's just natively POSIX all the way down.
https://www.opengroup.org/openbrand/register/
Many systems are definitely UNIX-like and many are to different degrees POSIX-compliant
You can use bash so yes most builtin shell commands are supported. You won't have all the linux specific commands though.
"image thumbnails in the file manager"
It took them one less year than Gnome to implement that one!
Gosh. Thank you.
(I mean, I hope that's not being sarcastic...?)
IMHO not-Linux isn't so scary anymore, plenty of people have fought with MacOS to get the better hardware, slicker desktop, etc.
Does it run Docker? If so, I'd love to see a solid integration where I can have bug-compatible linux environment for development, but Haiku for simplicity, speed & UI
If you focus on apps using the original tooling/toolkit it looks very integrated. A bit less if you start using gtk/qt apps though.
Since it has some virtualization support it should be able to run docker/podman from a vm, which is basically what happens with docker on MacOS or Windows. I haven't seen a project similar to docker/podman desktop on it but this is not a show stopper imho. I would look at a project like portainer for people wanting a gui for docker that can run wherever docker run.
Alas, I fear that browsing is probably one of the things that require good performance and a huge amount of software and complexity. Because browsing probably involves "checking Gmail" (huge amount of JS, need a good fast JS engine e.g. with JIT etc.) or "watching a YouTube video" (need to have video codecs correctly connected to the graphics card hardware), etc.
I eventually found out that only the shittiest websites force you to have powerful computer and I could browse many of the most interesting ones using lagrange through a web to gemini proxy. Feels like having all the web in reader mode. Same can be done using a browser for the terminal such as w3m or links. Both support images nowadays.
A web browser is unnecessary to check emails anyway. Your example is probably the most easily solved.
Video streaming is another thing.
My main gripes for now:
- no full disk encryption which means it can only really be used as a kiosk computer and not contain anything sensitive.
- I haven't been able to play anything reliably from netflix or hbomax. either with otterbrowser or epiphany/Gnome Web. Probably Widevine can't be run on those and even tweaking user agents won't help.
Right now it is relegated as a kiosk computer for the kitchen to follow recipes and play music on an old laptop when I am cooking.
Agreed on the disk encryption. Other than that Haiku is indeed getting dangerously close to being feasible as a daily driver.
For work Docker support would be nice-to-have but one can always set up a Linux VM instead. Docker performance on Windows and Mac is crap anyway.
Why is that dangerous?
If you mean Alt vs. Ctrl, you can swap to Ctrl-based keyboard shortcuts by clicking the button in the "Keymap" application. But, the Quick Tour tells you this, there's a reason we encourage users to take it :) https://www.haiku-os.org/docs/welcome/en/quicktour.html#shor...
Same applies from going from Windows to Mac, Gnome to KDE Plasma and vice-versa.