Live data from Hacker News

MacRelix – Unix-like features for classic Mac OS

macrelix.org

21–30 of 83 posts

Re: MacRelix – Unix-like features for classic Mac OS

#21
post #5

This makes me wonder.. Are there any quirky whimsical or nostalgic but still functional desktop OS out there.. Like the fantasy console PICO-8, but for Desktop applications?

SerenityOS is probably your best shot, although it’s definitely not ready to be a daily driver yet.

Re: MacRelix – Unix-like features for classic Mac OS

#22
post #12
post #3

It doesn’t really go into what all it can do

Aside from the fun of having a CLI on a Mac, I also use it to dump the ROMs from my machines. e: it also comes with Git (among other utilities) which might make it worth it to some people for that alone.

How does it run git? Is there some kind of posix layer? What utilities does it come with?

Re: MacRelix – Unix-like features for classic Mac OS

#23
post #13

A installation guide would be great. I'm trying to install it and I don't know what to do with the mbin file. When click on it says something about connectfour application missing.

mbin most likely refers to "MacBinary" (a format used to preserve the Mac resource fork when a file is passed around online/on non-Mac file systems)

Re: MacRelix – Unix-like features for classic Mac OS

#24
Quite some years ago I did a bit of digital archeology and put the 68k MacMinix 1.5 release source on GitHub, sadly the original file dates weren't preserved in the distribution image.

They were archived using tar(1) to dump the files to a floppy disk on a PowerBook 150 running MacMinix. I don't know why I did that. :-)

https://github.com/macminix/MacMinix

Re: MacRelix – Unix-like features for classic Mac OS

#25

You can also install MPW (Macintosh Programmer's Workshop) and access a pretty decent command line environment via official Apple software.

MPW was actually one of the inspirations for MacRelix, in a backhanded sort of way:

https://www.metamage.com/text/relix/origins.html

I still use MPW's ToolServer for running the Metrowerks build tools, but sadly it's no longer available as an official download from Apple.

Re: MacRelix – Unix-like features for classic Mac OS

#26
post #17

Not entirely on topic, but it is such a pleasant touch to see the titles for the properties displayed before the shell all lining up just by word choice alone. I've seen people who pad out code comments like that; it has this rather capricious, sculpture-like feeling to it.

Author of MacRelix (and system-info) here.

I'm delighted that you've noticed and appreciate this. :-)

Re: MacRelix – Unix-like features for classic Mac OS

#27
post #13

A installation guide would be great. I'm trying to install it and I don't know what to do with the mbin file. When click on it says something about connectfour application missing.

mbin most likely refers to "MacBinary" (a format used to preserve the Mac resource fork when a file is passed around online/on non-Mac file systems)

Indeed, I use .mbin for MacBinary, as the more conventional .bin is overloaded with other meanings.

I also use .mbim for MacBinary+, which encodes a directory tree instead of a single file.

Re: MacRelix – Unix-like features for classic Mac OS

#28
post #12

Earlier quoted context omitted.

Aside from the fun of having a CLI on a Mac, I also use it to dump the ROMs from my machines. e: it also comes with Git (among other utilities) which might make it worth it to some people for that alone.

How does it run git? Is there some kind of posix layer? What utilities does it come with?

Here's a screenshot for you, fresh from my PowerBook G3: https://i.imgur.com/zmFJy5l.png

Re: MacRelix – Unix-like features for classic Mac OS

#29
post #24

Quite some years ago I did a bit of digital archeology and put the 68k MacMinix 1.5 release source on GitHub, sadly the original file dates weren't preserved in the distribution image. They were archived using tar(1) to dump the files to a floppy disk on a PowerBook 150 running MacMinix. I don't know why I did that. :-) https://github.com/macminix/MacMinix

[deleted]

Re: MacRelix – Unix-like features for classic Mac OS

#30

Poking through it - it looks like it might include Perl, but no idea about what level of Perl-Unix-ism it might support. But I didn’t enjoy rereading ye old Perl implementation with Tolkien references [1] to give a feel for what the source file is about. [1] https://github.com/jjuran/metamage_1/blob/4d1a24875036fee128...

It does include Perl, though quite an old version: https://i.imgur.com/ySMhy3o.png (my screenshot)

This is the same version that was available as “MacPerl” back in The Day https://macintoshgarden.org/apps/macperl-561

Post reply on HN