Your Mac is slow,
hot, and loud.

machogs finds the program doing it and tells you in plain English โ€” what it is, which app left it behind, and what it has cost you. Then it asks, politely, before closing anything.

Terminal โ€” you, just now
$ machogs ๐Ÿท Found the hog. Caught in 4K. Receipts below. ๐Ÿ”ฅ bun โ€” left by a Claude Code plugin Eating 98% of a CPU core. Running for 4 days. It is stuck in a loop. Nothing is waiting for it. This is why your Mac feels slow, runs hot, spins its fan, and loses battery faster than it should. To go through them one at a time: machogs fix Nothing is closed unless you say yes.

That one is real, no cap. It ran four days at 98% of a CPU core and burned 91 hours of processor time. Nobody opened it. Nothing on the machine said a word. Caught in 4K.

Install in ten seconds

One bash file. No dependencies โ€” everything it uses ships with macOS. Uninstall = delete the file.

$ curl -fsSL https://raw.githubusercontent.com/bnishit/machogs/main/machogs -o /usr/local/bin/machogs && chmod +x /usr/local/bin/machogs
$ brew install bnishit/tap/machogs

Then just run machogs. It only looks โ€” it never closes anything on its own.

Too lazy to install? Make your AI do it.

Real talk: nobody with a hot laptop reads shell scripts. Paste this to Claude, ChatGPT, Cursor โ€” any AI with a terminal โ€” and let it do everything:

Install machogs from github.com/bnishit/machogs, read its AGENTS.md, then tell me what is hogging my Mac. Don't close anything without asking.

machogs speaks agent natively: --json output, exit codes as verdicts, and every finding ships a pre-written story your AI says to you word for word.

What it catches (caught in 4K)

๐Ÿ”ฅStuck spinners. An app left something cooking your CPU at 98% for days. Your fan's villain origin story.
๐Ÿ‘ฏClone armies. One app started the same helper 28 times and kept none of the receipts.
๐Ÿ‘ปGhost browsers. Invisible browser windows nobody is looking at, quietly holding memory.
๐ŸงŸZombie helpers. You quit the app. Pieces of it said "nah" and stayed.
๐Ÿง Memory squatters. Idle leftovers sitting on RAM they'll never use again.
๐ŸŒก๏ธThe real diagnosis. If your Mac is actually out of fast memory, it says so straight: restart, nothing else fixes it.

What it will NOT do: delete your files, "clean" caches, or free disk space. Disk space is a 2010 problem โ€” every other cleaner app already fights over it. machogs only deals with what is running.

The questions you actually typed to get here

Why is my Mac fan so loud?

Almost always: one program is stuck using a whole CPU core. The fan is not broken โ€” it is doing its job, cooling a chip that something is cooking. The hard part is that the program is usually one you never opened and cannot name. In Activity Monitor it shows up as bun, or node, or Helper (Renderer). Those names tell you nothing, so most people scroll past and reboot instead. machogs names the app that left it there.

Why is my MacBook so hot?

Same cause, different symptom. A chip running flat out gets hot, and the metal case passes that heat to your hands. If your Mac is hot while you are only writing an email, something is running that you did not ask for.

Why is my battery draining so fast?

A stuck program does not sleep. It keeps a CPU core awake, which stops your Mac from entering its low-power states. The battery estimate drops from nine hours to three, and nothing on screen explains it. Same problem as the loud fan, arriving through a different door.

Why is my Mac suddenly slow?

Two different causes, and it is worth knowing which one you have. Either something is eating the CPU โ€” machogs finds this and can fix it โ€” or you have run out of fast memory and your Mac is shuffling memory to disk, in which case closing programs barely helps and machogs will tell you plainly: restart, because nothing else fixes it.

Why your Mac is lowkey always busy

Your Mac used to run the programs you opened. That is no longer true. Today it runs the programs you opened, the helpers those programs started, the AI assistants you gave access to, and the background servers those assistants start so they can search the web and read your files. You did not open any of them. You cannot name them. And they leak.

28duplicate background servers ChatGPT left running in one afternoon, on the machine this was written on
4 daysone leaked plugin process ran at 90%+ of a CPU core before anything noticed
91 hrsof processor time it burned โ€” about 36 phone charges of electricity, for nothing

Every "clean your Mac" app ever written deletes caches to free disk space. That solves a problem from 2010. machogs deletes nothing โ€” it looks at what is running, and it knows the names of the AI tools that leave things behind.

It will not eat your homework

Suspicious? Good. Run machogs --check โ€” it audits the safety rules and closes nothing.