Jump to content
27 posts in this topic

Recommended Posts

What is SYSM?

A comprehensive macOS tool for Hackintosh/vanilla macOS users with essential system utilities in one app.

Features:

  • Drive Management - Mount/unmount drives, view disk info

  • System Information - Detailed hardware specs

  • Kexts Manager - View/manage kernel extensions

  • Audio Tools - Audio configuration & troubleshooting

  • Hex/Base64 Calculator - Encoding/decoding

  • SSDT Generator - ACPI table utilities

  • Troubleshooter - System diagnostics

 

 

         Perfect For:

  • Hackintosh maintenance
  • Drive management
  • Kext troubleshooting
  • System diagnostics
  • All in one SSDT Generator
  • Support All Mac OSX Version

 

1-Drives.thumb.png.11cadc0894df39454c5f44a900a45ac1.png

 

2-System.thumb.png.924fc4b7980b986a8fdb7c7e60cafea3.png

 

3-Kexts.thumb.png.6eb0bd60b8434c230cfd77979543f252.png

 

4-Audio.thumb.png.d4b86e5dbcf76283262ad5bc5a94f650.png

 

5-Calculator.thumb.png.353a234f98ff210cdef99a89ab6018be.png

 

6-SSDTGenerator.thumb.png.9f63981e44b80a1d440ac2d4ccde281d.png

 

7-Info.thumb.png.2eb10d139a8530fad3114124aadefab5.png

 

8-Troubleshoot.thumb.png.ab9293429de6ce365bbea63b7c813156.png

**Now truly open-source:**
- Complete Xcode project with 30+ Swift files
- MIT License added (proper open-source license)
- Clean repository structure with .gitignore
- Full build instructions included

 

**Repository:** https://github.com/nmano0006/SYSM
**Source Structure:**
- `SystemMaintenance/src/` - 25+ Swift source files
- `SystemMaintenance.xcodeproj` - Complete Xcode project
- `LICENSE` - MIT License (true open-source)
- `.gitignore` - Clean repository configuration

**Now anyone can:**
- Review all the code (no black boxes)
- Build the app themselves from source
- Contribute improvements via Pull Requests
- Learn from the Swift/SwiftUI implementation
- Verify the app's sa  ety and functionality
- Modify for their own needs (MIT License allows this)

**Building instructions are in the README.md** - just clone, open in Xcode, and build.

Thanks for keeping the open-source spirit alive in our community! Your feedback made this project better for everyone. 🙌

 

🌟 Support Development:

If you find SYSM useful, please consider supporting its development via PayPal:
https://www.paypal.com/donate/?business=H3PV9HX92AVMJ&no_recurring=0&item_name=Support+SYSM+development.+Donations+fund+testing+devices+%26+server+costs+for+this+open-source+tool.&currency_code=CAD

Donations help fund:
• Continued development & updates
• New features and tools
• Testing devices and equipment
• Server costs for future features

 

 

Download:

Latest Version: v1.0.1 https://github.com/nmano0006/SYSM/releases/download/v1.0.1/SYSM_v1.0.1.dmg

Previous Version: v1.0.0 https://github.com/nmano0006/SYSM/releases/download/v1.0.0/SYSM.dmg

 

Enjoy your SYSM tool! It's designed to make Hackintosh maintenance easier, especially for Intel systems. 🖥️

🌟 Support the Developer:

If you find SYSM useful, consider supporting its development

Thanks for All Team.

 

Edited by nmano
  • Like 6
  • Thanks 3
Posted (edited)
28 minutes ago, pico joe said:

first I appreciate for your works but unfortunately I get this, any solution ?
@macOS 15.7.3 (24G419)

Screenshot 2026-01-08 at 22.42.04.png

note:

on macOS Tahoe it works fine

Method 1: System Settings

  1. Go to System Settings → Privacy & Security

  2. Scroll down to "Security"

  3. Click "Allow Anyway" next to SYSM

Screenshot2026-01-08at08_12_24.thumb.png.f5d16d7ac07ccea235aca373d8b31b84.png

Edited by nmano
  • Like 1

@nmano

For me is working fine on Tahoe 26.2, after remove quarantine attribute. First version very mature.

 

Only one doubt. This can't see open-source since the source code is not freely available, right? Because I read in the README: "SYSM is free and open-source."

 

This is something I've seen several times on GitHub: apps that offer binaries but no source code. It seems contradictory to GitHub's founding principles. Even on this forum, there are (excellent) user-created apps with interesting threads that are on GitHub but lack source code. For example, MyKextInstaller by @Mirone, a lovely app that I really like.

 

Of course, this isn't prohibited, far from it, and everyone is free to approach it as they wish, but knowing the purpose for which GitHub was created, it surprises me.


In any case, your app works very well and has a good design.

  • Like 2
5 hours ago, miliuco said:

@nmano

For me is working fine on Tahoe 26.2, after remove quarantine attribute. First version very mature.

 

Only one doubt. This can't see open-source since the source code is not freely available, right? Because I read in the README: "SYSM is free and open-source."

 

This is something I've seen several times on GitHub: apps that offer binaries but no source code. It seems contradictory to GitHub's founding principles. Even on this forum, there are (excellent) user-created apps with interesting threads that are on GitHub but lack source code. For example, MyKextInstaller by @Mirone, a lovely app that I really like.

 

Of course, this isn't prohibited, far from it, and everyone is free to approach it as they wish, but knowing the purpose for which GitHub was created, it surprises me.


In any case, your app works very well and has a good design.

**Great question!** You're correct about GitHub's open-source principles.

 

Currently, I'm sharing the compiled binary while:

1. Working on cleaning/organizing the source code for public release

2. Ensuring proper documentation and licensing

3. Planning to release source in v1.1.0

4. Thanks for testing.

  • Like 1
Posted (edited)

@[ miliuco ] and   @[ chris1111 ] Thank you for the important feedback about open-source!

You're absolutely right. I've now uploaded the complete source code:

 

**Now truly open-source:**
- Complete Xcode project with 30+ Swift files
- MIT License added (proper open-source license)
- Clean repository structure with .gitignore
- Full build instructions included

 

**Repository:** https://github.com/nmano0006/SYSM
**Source Structure:**
- `SystemMaintenance/src/` - 25+ Swift source files
- `SystemMaintenance.xcodeproj` - Complete Xcode project
- `LICENSE` - MIT License (true open-source)

**Now anyone can:**
- Review all the code (no black boxes)
- Build the app themselves from source
- Contribute improvements via Pull Requests
- Learn from the Swift/SwiftUI implementation
- Verify the app's sa  ety and functionality
- Modify for their own needs (MIT License allows this)

**Building instructions are in the README.md** - just clone, open in Xcode, and build.

Thanks for keeping the open-source spirit alive in our community! Your feedback made this project better for everyone. 🙌

Edited by nmano
  • Like 3
  • Thanks 2
45 minutes ago, nmano said:

@[ miliuco ] and   @[ chris1111 ] Thank you for the important feedback about open-source!

You're absolutely right. I've now uploaded the complete source code:

 

**Now truly open-source:**
- Complete Xcode project with 30+ Swift files
- MIT License added (proper open-source license)
- Clean repository structure with .gitignore
- Full build instructions included

 

**Repository:** https://github.com/nmano0006/SYSM
**Source Structure:**
- `SystemMaintenance/src/` - 25+ Swift source files
- `SystemMaintenance.xcodeproj` - Complete Xcode project
- `LICENSE` - MIT License (true open-source)

**Now anyone can:**
- Review all the code (no black boxes)
- Build the app themselves from source
- Contribute improvements via Pull Requests
- Learn from the Swift/SwiftUI implementation
- Verify the app's sa  ety and functionality
- Modify for their own needs (MIT License allows this)

**Building instructions are in the README.md** - just clone, open in Xcode, and build.

Thanks for keeping the open-source spirit alive in our community! Your feedback made this project better for everyone. 🙌

 

Great! Now its a wonderfull project which can be contributed by other 

Thanks

  • Like 2

@nmano

Xcode project builds and app runs fine on Tahoe 26.2.

Lowering the macOS minimum deployment to Sonoma (macOS 14) all seems to be fine, so @bluenote56 and others can build the project in macOS before Tahoe. What do you think about this?

 

Edited by miliuco
Typo
  • Like 1
Posted (edited)
2 hours ago, miliuco said:

@nmano

Xcode project builds and app runs fine on Tahoe 26.2.

Lowering the macOS minimum deployment to Sonoma (macOS 14) all seems to be fine, so @bluenote56 and others can build the project in macOS before Tahoe. What do you think about this?

 

Thanks Lots.

Please test this version work All Mac OSX.

 

Debug.zip

Edited by nmano
  • Like 2
On 1/8/2026 at 10:54 AM, bluenote56 said:

On Sequoia 15.7.4 unfortunately....

 

image.jpeg.196e8bc6a19bb6f0b47489f1ffa41e4e.jpeg

1. Minimum macOS Version Requirements

macOS Version

macOS 14.0 (Sonoma).    

 Full Support

SystemMaintenance.zip

  • Like 3
On 1/10/2026 at 1:45 AM, nmano said:

 

1. Minimum macOS Version Requirements

macOS Version

macOS 14.0 (Sonoma).    

 Full Support

SystemMaintenance.zip 1.9 MB · 13 downloads

First thank you for your help. Then this happens as you can see...though I flagged full access to disk.. and of course it spins forever..

image.thumb.jpeg.76c2634d0a6b389f59366cee665c030b.jpegimage.jpeg.a9a995c96bf1aa874fb19a2ba20437d9.jpeg

 

  • Like 3

@nmano

On Sequoia I see the same issue as @bluenote56 asking for full disk access even already having set it in Privacy and Security. 
On Tahoe I don't have such issue but disks can't be mounted. 
Further investigating. 

  • Like 4

I noted all your issues.I will try to fix that in the next version.Thanks for your all support.

 

Screenshot2026-01-11at20_55_29.thumb.png.f484f2f06fc27d62663f2a2b63605aa3.png

 

  • Like 2

## SYSM v1.0.1 - Major Update

### New Features
- **OpenCore Config Editor**: Complete OpenCore configuration management
- **Enhanced Kexts Manager**: Now with AppleHDA Installer and KDK Manager
- **SSDT Generator**: Advanced SSDT generation for Hackintosh systems
- **Expanded device databases** with modern hardware support

### 🔧 Improvements
- Better EFI detection with permission handling
- Enhanced error messages and diagnostics
- Improved UI with developer attribution
- Comprehensive system monitoring tools

### 📦 Install
Download:https://github.com/nmano0006/SYSM/releases/download/v1.0.1/SYSM_v1.0.1.dmg

**Developer:** Navaratnam Manoranjan (nmano0006@gmail.com)

  • Like 3
6 hours ago, tikizondo94 said:

Latest 1.0.1 Version. Still will not accept Full Disk Access granted. Sequoia 15.7.3.

 

Screenshot 2026-01-15 at 4.01.15 PM.png

For macOS 10.14 (Mojave) and later:

  1. Open System Settings (or System Preferences)

  2. Go to Privacy & Security (or Security & Privacy)

  3. Select Full Disk Access from the left sidebar

  4. Click the lock icon (🔒) and enter your admin password

  5. Click + to add an application, or check the box next to an already listed app

  6. Navigate to and select the application (usually in /Applications or /Applications/Utilities)

  7. Click Open

  8.  

     

     

    Screenshot2026-01-15at19_35_17.thumb.png.cff46f77806e1a1af6fdcdb7955d6e1a.png

     

6 hours ago, nmano said:

 

For macOS 10.14 (Mojave) and later:

  1. Open System Settings (or System Preferences)

  2. Go to Privacy & Security (or Security & Privacy)

  3. Select Full Disk Access from the left sidebar

  4. Click the lock icon (🔒) and enter your admin password

  5. Click + to add an application, or check the box next to an already listed app

  6. Navigate to and select the application (usually in /Applications or /Applications/Utilities)

  7. Click Open

  8.  

     

     

    Screenshot2026-01-15at19_35_17.thumb.png.cff46f77806e1a1af6fdcdb7955d6e1a.png

     

Understood. No change.

 

 

Screenshot 2026-01-16 at 5.16.23 AM.png

×
×
  • Create New...