Skip to content

wr/macintosh-mini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slide 16_9 - 1

What?

Turn a Maclock (a simple alarm clock inside a shockingly accurate miniature Macintosh shell) into a working Mac using a Raspberry Pi Zero. Buttons, brightness, sound, and battery all work.

Hardware you'll need

Macintosh Mini PCB

The build

  1. Follow the Maclock hardware guide for instructions for assembling the Macintosh Mini.

I recorded a walkthrough video for how I assembled mine that goes into much more detail than the written guide:

The software—quick install (recommended)

  1. Install Raspberry Pi OS (lite) onto an SD card.

  2. Copy over a MacOS disk image and ROM file. Any .hda filename works — the script auto-discovers them in $HOME.

    scp ROM yourdisk.hda <user>@<pi_ip>:~/
  3. SSH into the Pi and run:

    curl -fsSL https://raw.githubusercontent.com/wr/macintosh-mini/main/setup.sh | bash
  4. The script will reboot your Pi when done, and it should Just Work™️

The software—manual install

You can also do everything the script does by yourself: Maclock hardware guide and Sheepshaver install guide.

Getting help

Feel free to open a GitHub issue!

Credits

Startup chimes and crash sounds are mirrored from D. Schaub's Apple Sounds collection at https://froods.ca/~dschaub/sound.html. All sounds are © Apple, Inc.


Copyright © 2026 Wells Riley. The maclock-pcb/ PCB design is licensed under CC BY-NC-SA 4.0. The rest of the repository is published as-is for personal, non-commercial use.

About

Classic Mac OS in a Mac-shaped AliExpress alarm clock — Pi Zero 2W + SheepShaver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors