Haiku

(haiku-os.org)

120 points by tosh2 hours ago

18 comments

  • bacchusracine13 minutes ago
    I tried for years to get this operating system to run on my hardware. Last year I succeeded.<p>Only...there was no software. The system ran beautifully. But I had no web browser that was supported. All the software seemed to be ports from Linux and didn&#x27;t seem to take advantage of Haiku&#x27;s advantages.<p>I had a good speedy operating system that booted almost immediately to the desktop. But nothing to do when I got there.<p>BeOS back when I tried it in the V5.0 days had software written for it. There weren&#x27;t multiple options for everything but there was variety. There was usefulness in the radio broadcasting software, the video editors that worked even on my POS box back in 1998&#x2F;99. When the PE was released I&#x27;d hoped that would result in even more software becoming available. But no, it was shut down not too long after that. (I&#x27;ll skip the whole YellowTab fraud saga.)<p>The situation seems even worse these days. It&#x27;s been almost thirty years. Time to let go.
  • SyneRyder1 hour ago
    Occasional Haiku user here, running directly on hardware. &quot;Works&quot; on my ThinkPad X1 Yoga 3rd Gen (which is an 8th Gen Core i7 device).<p>To get it working I have to type &quot;continue&quot; at the two kernel panics on startup due to spurious &#x2F; overzealous Thunderbolt PCI warnings. I also needed help from an Action Retro video to figure out how to setup the UEFI BIOS files on the correct partitions on the bootable Samsung USB stick I use. But it works enough that I can boot into it straight off USB when I want a break from Windows &amp; Linux. They finally added support for the WiFi in my particular ThinkPad. There&#x27;s basically no bluetooth support, so if you want a wireless mouse and keyboard, something like the Logi Pebble 2 bundle with wireless USB dongle works well.<p>Haiku has a Go 1.18 port now that mostly works, so that helps. A lot of Qt software has been ported across, though obviously the ideal would be truly native BeOS software.<p>The main thing I find Haiku lacks is a decent email client. That really prevents productive work for me. There&#x27;s Claws Mail, but it has enough bugs that I didn&#x27;t even find it usable, nevermind reliable. There&#x27;s also some memory or networking issues they haven&#x27;t tracked down. When I&#x27;m using terminal sessions, network responses often have dropped bytes in the output.<p>Actually the thing I&#x27;m <i>really</i> lacking is Claude Code. I ended up building my own minimal TUI API harness &#x2F; client on Haiku to try and get work done. Haiku&#x27;s web browsers (like WebPositive) sometimes have problems with the Claude website. I&#x27;ve been wanting to use Claude to help write more Haiku &#x2F; BeOS software and fix various OS issues - a couple of weeks ago I used the Claude API and $30 API credit to make a USB UAC 2 audio driver for Haiku that works with Focusrite Scarlett devices (both playback and recording). But Haiku&#x27;s AI policy means I can&#x27;t contribute those fixes back. Though I understand their desire to keep the source pure and free from any potential copyright liability concerns, especially as they release it under an MIT license.
  • ttul1 hour ago
    It&#x27;s a shame that Be failed. I think they were a victim of Microsoft&#x27;s aggressive anti-competitive activities in the late-1990s, combined with Apple deciding to bring back Steve Jobs via the acquisition of NeXT (making Apple a serious competitor in the same segment that Be was targeting -- multimedia and realtime applications). Ultimately, they prevailed in winning about $24M from Microsoft, but that was after the company had shut down. I presume the winnings went to Palm. Super cool to see Haiku continuing to develop. No doubt agentic coding is making it far easy for enthusiasts to improve and maintain projects like Haiku and I look forward to seeing where this project goes. You never know...
    • drob51852 minutes ago
      They were never going to compete with Microsoft even if MS hadn’t screwed them (which MS definitely did). At the time, MS was invincible in the enterprise market. Be’s only path to success was with Apple. Jean-Louis Gassée was negotiating the buy-out with Apple but he wanted more than Apple was willing to pay and Jobs was the key acquihire at Next, before people started talking about “acquihire” as a concept. Unfortunately, Apple wasn’t going to acquire both Be and Next.
      • dleslie39 minutes ago
        Be made inroads in radio and sound production; though I don&#x27;t think they knew it.[0]<p>There was a market starved for a stable, high quality and responsive operating system that would run on the x86 hardware that was abundant everywhere. Windows wasn&#x27;t it, yet; recall this is years before XP, and Windows 98 was an unstable mess while NT was slow.<p>0: <a href="https:&#x2F;&#x2F;birdhouse.org&#x2F;beos&#x2F;byte&#x2F;27-tune_tracker&#x2F;" rel="nofollow">https:&#x2F;&#x2F;birdhouse.org&#x2F;beos&#x2F;byte&#x2F;27-tune_tracker&#x2F;</a>
    • eloisant58 minutes ago
      Be was pretty close from being acquired by Apple instead of NeXT. It was also founded by an ex-Apple employee (Jean-Louis Gassée).<p>MacOSX would be really different today if it were based on BeOS instead of NeXT...
    • wmf57 minutes ago
      They knew Microsoft was monopolistic. They should have planned around it by making an x86 BeBox. (Which still would have failed because they didn&#x27;t have the marketing budget.)
  • dleslie1 hour ago
    There&#x27;s an interesting fork that recently cropped up. It takes the Haiku user space and places it atop the Linux kernel.<p>Vitruvian OS: <a href="https:&#x2F;&#x2F;v-os.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;v-os.dev&#x2F;</a>
    • jesperwe1 hour ago
      I wonder how they implement is_computer_on() under Linux?<p>(<a href="https:&#x2F;&#x2F;www.haiku-os.org&#x2F;legacy-docs&#x2F;bebook&#x2F;TheKernelKit_SystemInfo.html" rel="nofollow">https:&#x2F;&#x2F;www.haiku-os.org&#x2F;legacy-docs&#x2F;bebook&#x2F;TheKernelKit_Sys...</a>)
      • dleslie1 hour ago
        In the simplest way. More interesting is the result for is_computer_on_fire()<p><a href="https:&#x2F;&#x2F;github.com&#x2F;VitruvianOS&#x2F;Vitruvian&#x2F;blob&#x2F;0e4c6e33ab235b6b4139a400848b561f20375b74&#x2F;src&#x2F;system&#x2F;libroot2&#x2F;system_info.c#L22-L33" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;VitruvianOS&#x2F;Vitruvian&#x2F;blob&#x2F;0e4c6e33ab235b...</a>
        • jesperwe1 hour ago
          Cheating. Not involving the kernel at all.
        • MBCook1 hour ago
          Why does it return a double?
          • MegaDeKay3 minutes ago
            I was wondering about the significance of the returned value 0.63739. Best explanation I found was this HN post [0]: &quot;Referencing a US telephone keypad, it spells NERDY&quot;<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29292424">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29292424</a>
          • dleslie1 hour ago
            Per the BeBook:<p>&gt; Returns the temperature of the motherboard if the computer is currently on fire.
      • fragmede1 hour ago
        on <i>fire</i><p>&gt; The following functions, types, and structures are used to convey basic information about the system, such as the number of CPUs, when the kernel was built, what time it is now and whether your computer is on fire.
  • jlundberg8 minutes ago
    Been following this for so many years. The previous project lead Michael Pripps (?) was really inspiring.<p>It is amazing the project keeps going.
  • johng12 minutes ago
    BeOS was the best looking OS I&#x27;ve ever seen, even to this day. I loved everything about the looks.
  • velcrovan1 hour ago
    I would love to see if they can get boot times down to a couple seconds.
  • natewrench1 hour ago
    haiku reminds me of the powerpc macs from 1998 that small bar at the bottom that pulls out. It has that sort of colorful appeal to put it on a colored clear plastic imac or emac you know the orange vanilla motif i remember using.
  • reconnecting1 hour ago
    BeOS was my dream from childhood. Haiku is amazing, especially because the original BeOS only existed for five years, while Haiku has been going for 24 already. What stamina!
    • bananaflag1 hour ago
      Sorry for being negative here:<p>What is the motivation for recreating Be? What would you hope to obtain that you cannot just by using, say, a customized Linux Mint?<p>If it&#x27;s just historical&#x2F;nostalgia&#x2F;challenge, I get it. But people seem to believe there is something else too, and I&#x27;d like to know what that is.
      • funimpoded1 hour ago
        BeOS was way, way snappier to use on the same hardware than Linux (or Windows) no matter how much you trimmed down your (GUI) Linux.<p>IDK what scheduler voodoo they were doing, but it was awesome.<p>Only things I&#x27;ve seen that achieved something similar were QNX&#x2F;Photon, and (though with the benefit of <i>way</i> stronger hardware and a ton of &quot;cheating&quot; by suspending applications) some (mostly early) versions of iOS.<p>I&#x27;m not sure I have any use for Haiku today, but I definitely wish for a world in which computer GUIs didn&#x27;t feel so damn slow and janky and pre-occupied with whatever it&#x27;s got going on internally rather than what I need it to be doing right now.<p>Also, I wish <i>some kind</i> of tagging system for filesystems had taken off well enough that I could rely on it, even cross-platform and when copying files between filesystems. Entire programs could just be file tags. Other programs could just be a thin GUI over tagged files. It sucks that didn&#x27;t end up becoming a standard and reasonably cross-platform-compatible thing.
        • fragmede1 hour ago
          Where FUSE is &quot;supported&quot; cross platform, maybe you could store the tags in an SQLite database that gets dragged along for the ride whenever a file gets copied from FUSE to FUSE. Ie, usbdrive to local fuse mouht shadow copies the SQLite db as an extended attribute sort of thing.<p>Hmm.
      • SyneRyder1 hour ago
        <i>&gt; What would you hope to obtain that you cannot just by using, say, a customized Linux Mint?</i><p>When things are coded right, Haiku &#x2F; BeOS is <i>blazing fast</i> (every single thing runs in a separate thread), and resource usage is tiny. I think the OS only uses about half a gig of RAM? When the apps are coded right, there&#x27;s a feeling that this is how our modern computers could have been, free from bloated software and using the full speed of the machine. And when shutdown only takes a couple of seconds, it makes you wonder what the other OS&#x27;s are doing.<p>Of course the reality is not that. Display drivers &amp; video codecs on Haiku often don&#x27;t have the right hardware acceleration, most of the software you need is now Linux ports rather than BeOS native. But Haiku sometimes feels like a calming OS. Because it&#x27;s so small and quite modular, it feels like an OS you can still potentially get your head around.
        • tombert57 minutes ago
          I like how Action Retro has pointed out that <i>installing</i> a fresh Haiku system is often faster than <i>booting</i> a Windows or macOS system.<p>As I said in another comment, I&#x27;ve only played with Haiku in a VM for not very much time, but I am a huge supporter of operating systems that are willing to break out of the codified mediocrity we&#x27;ve labeled &quot;POSIX&quot;; I suspect that we might be leaving a lot of performance on the table by constantly trying to POSIX compliant all the time.
          • nubinetwork40 minutes ago
            &gt; a fresh Haiku system is often faster than booting a Windows or macOS system.<p>Faster than booting w2k in a vm, on a modern cpu, at least in my tests.
      • dleslie1 hour ago
        It&#x27;s one of the last single-user focused operating systems. Its design from kernel to UI is intended to make the system accessible to the user sitting at the desk. It was _extraordinarily_ fast and stable on even modest hardware of the era, and its software toolkit was a delight to use.<p>Even now, using it feels like the system is bereft of bloat and cruft. It&#x27;s a system _for the user_ that doesn&#x27;t assume that the user is technically incapable.
      • timw4mail56 minutes ago
        Resource efficiency is a <i>huge</i> one. If you are familiar with the Via Nano: it&#x27;s a SLOW x86_64 chip (sometimes used in thin clients) that feels about half as fast as older AMD 64 cpu. Haiku feels great on a Via Nano, and it&#x27;s really storage-space-efficient. Linux distros are slower, and use more storage space (especially important for using an OS on a thin client PC).
      • shevy-java1 hour ago
        It kind of looks nice visually. Other than that I do agree with you. I got tired of waiting. Linux spoiled me. I need things to work these days. Linux works.
    • alterom1 hour ago
      Same here
  • mghackerlady1 hour ago
    Ah, haiku. I like a lot of the ideas it has, and wish someone would make a hybrid of some of its ideas with an actual unix
    • eloisant56 minutes ago
      That&#x27;s the thing, it was the most novel OS of the time.<p>Even the OS we use today are all based on some kind of Unix, except for Windows that trace their legacy to VMS through Windows NT.<p>BeOS on the other time was written from scratch in the 1990&#x27;s.
      • mghackerlady49 minutes ago
        Yeah, novel things are needed for innovation. Just see how much Linux and other modern unices have taken from plan 9. I made my comment because while I like some of the things (the filesystem, it being written in C++, and parts of the kernel) I still vastly prefer an actual unix or unix clone instead of something completely different with a posix-ish coat of paint
  • lukaslalinsky2 hours ago
    I always wondered what is the motivation behind Haiku. Is it a recreation of BeOS for the sake of recreating it, or is it practically usable for daily use?
    • wolrah1 hour ago
      Can&#x27;t speak for the project members or main users, but as an alternative OS nerd who actually used BeOS R5 on a 300 MHz Pentium II in-period I see Haiku as having two different &quot;purposes&quot; depending on version.<p>The x86-32 version (and hypothetically the never-complete PowerPC version), as I see it, exists (or would exist) for binary compatibility with legacy BeOS systems. The AMD64 version on the other hand is a hobby OS demonstrating a path not taken where personal computer operating systems remained separate from server operating systems.<p>Also, like others, these days I can do basically everything I need to do on a computer other than gaming as long as I have a browser that supports the modern web and a SSH client so Haiku is absolutely fully usable on the right hardware.
      • fragmede1 hour ago
        And even then, there&#x27;s a webssh client you can setup to run in the appropriate context that you need.
    • jdboyd1 hour ago
      It appears to be usable for daily use for some people, in that enough of a web browser works that you could mostly get by. It would be hard to say it is really practical, nor that it has a convincing path to being practical in the way that say ReactOS does.
      • throwaway274481 hour ago
        People still find plan9 usable for daily use. The major barrier these days is indeed a web browser. I suspect even there you can get 95% of the way to that goal with a &quot;browser&quot; that is actually a linux VM.
        • MisterTea1 hour ago
          For most Plan 9 users, the lack of a web browser is a feature, not a barrier. 9front features VMX on supported Intel machines so one can run a Linux VM using then connect using VNC.
    • efficax1 hour ago
      i can&#x27;t speak for the project&#x27;s maintainers and their motivation, but it <i>is</i> workable as a daily use OS if your hardware is supported and you are willing to use the still beta firefox port.
      • shevy-java1 hour ago
        But compared to Linux, why would I want to use Haiku these days?
        • MisterTea1 hour ago
          To explore a different OS.
    • kouosi1 hour ago
      Most people working on kernel&#x2F;osdev do for the sake of recreating it :)
    • ranger_danger1 hour ago
      IMO For some it is practically usable with an ever-growing repository of new and familiar packages. HaikuPorts has over 4500 packages.<p>For the longest time there was not a modern browser that could run, but now there are multiple chromium-based and firefox-based options.
  • tombert1 hour ago
    I&#x27;ve only played with Haiku in a virtual machine for like twenty minutes. It seems cool but I didn&#x27;t use it enough to really develop a strong opinion. I do wish someone would put some serious money into an OS that isn&#x27;t Windows and isn&#x27;t just &quot;implement POSIX&quot;.<p>If I ever become a billionaire, I&#x27;m going to throw a boatload of money into an seL4-based desktop operating system.
  • lbaune1 hour ago
    This has been around for years. I don&#x27;t understand what the news is?
    • nathell1 hour ago
      Posting stuff that has been around for years makes it possible for today’s lucky 10,000 [0] to learn about that stuff.<p>[0]: <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;1053&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;1053&#x2F;</a>
  • iberator1 hour ago
    Best OS from all niche os category!<p>tier one: linux, windows, freebsd tier two: openbsd, netbsd tier three: haiku tier four: all others<p>One of the few OSes where my wifi and sound just worked out of the box :)<p>Its totally usable DESKTOP fOS.
    • Imustaskforhelp54 minutes ago
      Lots of love to freebsd,openbsd,netbsd but I am curious why you placed freebsd at tier one and not others like openbsd&#x2F;netbsd.<p>I feel like I like openbsd more from security perspective with things like pledge() etc.<p>Also how is the driver situation for freebsd and compared to linux and other bsd&#x27;s?
  • mmooss1 hour ago
    What was the technical brilliance of BeOS? If I remember the story, Be provided incredible multitasking multimedia performance at a time when resources seemed too constrained and other OSes couldn&#x27;t match it.<p>So how did they do it? And does Haiku use the same tech under the hood or does it forus on matching the user experience?
  • Imustaskforhelp1 hour ago
    here! a way to play this on copy.sh so that people can play this in their browser: <a href="https:&#x2F;&#x2F;copy.sh&#x2F;v86&#x2F;?profile=haiku" rel="nofollow">https:&#x2F;&#x2F;copy.sh&#x2F;v86&#x2F;?profile=haiku</a>
  • shevy-java1 hour ago
    The problem with Haiku is that it is unable to leave the perpetual beta situation.<p>On Linux I can use perl, ruby, python, php, julia - you name it. Good luck thinking you can do this on Haiku, as-is.<p>Edit: I should say that I like Haiku, but I used it many years ago, and the situation with regards to programming still has barely improved here for the most part. They are building literally a dream OS nobody will seriously use.
    • ktm5j12 minutes ago
      Okay, so it looks like python3 and perl are both available out of box (at least, I don&#x27;t remember installing them in my VM but it&#x27;s possible that I did).. ruby and php are available in HaikuDepot.. julia is the only one on your list that&#x27;s not there<p>There&#x27;s a ton of packages built already and more that you can build yourself (needing a bit of effort)
    • SyneRyder1 hour ago
      Situation might have improved since then, they have Go 1.18 now for example.<p>But I agree on the perpetual beta feeling though, and if you&#x27;re wanting to get actual work done then Linux is the only way, if you don&#x27;t want Windows &#x2F; Mac.
    • MisterTea1 hour ago
      &gt; On Linux I can use perl, ruby, python, php, julia - you name it. Good luck thinking you can do this on Haiku, as-is.<p>Then write code to make it work. Complaining about nothing just wastes time.