Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zerox9dev/MacStatusMon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacStatusMon

Lightweight and compact system resource monitor for macOS that displays in the menu bar.

Features

  • CPU usage display in percentage
  • RAM usage monitoring
  • Automatic updates every 2 seconds
  • Minimal resource consumption

Functions

  • Refresh (⌘+R): Update statistics manually
  • Restart (⌘+P): Restart the application
  • Quit (⌘+Q): Close the application

Installation

Method 1: Using the App Bundle (Recommended)

  1. Download the latest MacStatusMon-app-v1.0.0.zip from the Releases page
  2. Unzip the file
  3. Drag MacStatusMon.app to your Applications folder
  4. Right-click on the app and select "Open" (required only the first time due to security settings)
  5. The app will appear in your menu bar

Method 2: Manual Installation

  1. Download the latest MacStatusMon-v1.0.0.zip from the Releases page
  2. Unzip the file
  3. Open Terminal
  4. Make the file executable (if it's not already):
    chmod +x /path/to/MacStatusMon
  5. Run the application:
    /path/to/MacStatusMon

Method 3: Building from Source

  1. Clone the repository:
    git clone https://github.com/mirvald-space/MacStatusMon.git
  2. Navigate to the project directory:
    cd MacStatusMon
  3. Compile the application:
    swiftc MacStatusMon.swift -o MacStatusMon
  4. Run the application:
    ./MacStatusMon

Auto-start on Login

To make MacStatusMon start automatically when you log in:

  1. Go to System Preferences > Users & Groups
  2. Select your user account
  3. Click on "Login Items"
  4. Click the "+" button
  5. Navigate to and select MacStatusMon.app
  6. Click "Add"

Uninstalling

To uninstall MacStatusMon:

  1. Quit the application by clicking on its menu bar icon and selecting "Quit"
  2. Delete the application from your Applications folder or wherever you installed it
  3. If you added it to Login Items, remove it from there as well

License

MIT

About

Lightweight and compact system resource monitor for macOS that displays in the menu bar.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages