I re-implemented AirPort Utility for macOS 27 #268
jackhumphries
started this conversation in
Show and tell
Replies: 1 comment
|
FYI, all the encryption keys for all models are here: https://github.com/jamesyc/airpyrt-tools |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all! As you know, AirPort Utility is not guaranteed to run on macOS 27 or iOS 27. As a side project, I reverse engineered Apple's AirPort Utility and re-implemented it for macOS 27. I tested my reimplementation with seven AirPort devices, including two AirPort Expresses, three AirPort Extremes, and two Time Capsules.
To accelerate this work, I leveraged Codex to write the code. The app is currently still quite buggy, so I am looking for beta testers along with anyone who is interested in writing code too :)
For now, I want to focus on fixing bugs and stabilizing the app before broadcasting it more widely to the Apple community.
Let me know what you think! Down the line, it would be cool to combine this work with TimeCapsuleSMB if there's interest on your end!
Repo link: https://github.com/jackhumphries/airport-utility
All reactions