An iMessage client for System 6
Go to file
camh 3985d86486 some fixes, including miscalulation on bounds checking for quickdraw commands, remove some logging from memory error research, refactor chat message count function and add logging on current vs previous message objects to determine phantom beeping, hopefully final test release 2022-02-12 23:23:37 -08:00
JS some fixes, including miscalulation on bounds checking for quickdraw commands, remove some logging from memory error research, refactor chat message count function and add logging on current vs previous message objects to determine phantom beeping, hopefully final test release 2022-02-12 23:23:37 -08:00
dist some fixes, including miscalulation on bounds checking for quickdraw commands, remove some logging from memory error research, refactor chat message count function and add logging on current vs previous message objects to determine phantom beeping, hopefully final test release 2022-02-12 23:23:37 -08:00
.gitignore repo cleanup, introduce test mode to coprocessorjs module 2022-01-01 23:17:02 -08:00
CMakeLists.txt create new debugging option DEBUG_FUNCTION_CALLS to assist in finding memory address errors on physical mac, cut new debug release 2022-02-08 23:58:25 -08:00
README.md Update README.md 2022-02-11 16:53:37 -08:00
SerialHelper.c fix all compilation warnings in an attempt to fix last address error problems, cut new release 2022-02-07 12:12:50 -08:00
SerialHelper.h first commit 2021-09-10 23:12:19 -07:00
compile_js.sh first commit 2021-09-10 23:12:19 -07:00
coprocessorjs.c create new debugging option DEBUG_FUNCTION_CALLS to assist in finding memory address errors on physical mac, cut new debug release 2022-02-08 23:58:25 -08:00
coprocessorjs.h fix all compiler warnings around nuklear_app, create new build 2022-02-06 22:51:27 -08:00
mac_main.c some fixes, including miscalulation on bounds checking for quickdraw commands, remove some logging from memory error research, refactor chat message count function and add logging on current vs previous message objects to determine phantom beeping, hopefully final test release 2022-02-12 23:23:37 -08:00
mac_main.h repo cleanup, introduce test mode to coprocessorjs module 2022-01-01 23:17:02 -08:00
mac_main.r fix demo mode, reduce optimization of build to see if we can fix address errors on physical mac 2022-02-08 00:00:52 -08:00
nuklear.h create new debugging option DEBUG_FUNCTION_CALLS to assist in finding memory address errors on physical mac, cut new debug release 2022-02-08 23:58:25 -08:00
nuklear_app.c some fixes, including miscalulation on bounds checking for quickdraw commands, remove some logging from memory error research, refactor chat message count function and add logging on current vs previous message objects to determine phantom beeping, hopefully final test release 2022-02-12 23:23:37 -08:00
nuklear_quickdraw.h some fixes, including miscalulation on bounds checking for quickdraw commands, remove some logging from memory error research, refactor chat message count function and add logging on current vs previous message objects to determine phantom beeping, hopefully final test release 2022-02-12 23:23:37 -08:00

README.md

Messages For Macintosh

Messages for Macintosh is a software suite for classic Macintosh (System 2.0 through MacOS 9.2.2) systems to interoperate with Apple iMessages via a familiar interface, with supporting software running on a newer Mac computer.

messages for macintosh

How to use Messages for Macintosh

There are two setup guides for Messages for Macintosh:

  • the user-facing setup guide, for users not interested in exploring the development workflow. This is the article you want if you just want to use your old Mac to chat.
  • the developer-facing setup guide, which explains how to set Messages for Macintosh up in such a way that you can make modifications to its different pieces

Technologies

Messages for Macintosh is built on a lot of technologies. The READMEs of each of these is each worth familiarizing yourself with if you would like to contribute to Messages for Macintosh:

  • Retro68 - a GCC-based cross compilation env for classic Macintosh systems
  • Nuklear Quickdraw - a heavily modified, Macintosh-specific version of Nuklear allowing a simple way to provide GUI services
  • CoprocessorJS - a library that allows us to handle nodejs workloads sent over a serial port
  • serialperformanceanalyzer - used to analyze the performance of many different parts of the application

Limitations / areas for improvement

Messages for Macintosh is not perfect. Here are some known limitations and things that could be improved:

  • 10 conversations at a time, with the ability to open a new conversation if you know the recipient's address book entry
  • Up to the most 15 recent messages are displayed in your selected chat. No pagination
  • No image / emoji support (although emojis are generally translated to text)

Pull requests and issues welcome

If you make any improvements or run into any issues, please feel free to bring them back to this repo with pull requests or issue reports. Both are welcome and will help Messages for Macintosh to be more useful in the future.

Animated demo

Here is a short demo of the classic Mac app in operation:

messages for macintosh demo animation