LinkedIn Review — open it

It’s a native Mac app. This page is just the cheat-sheet.

Open it

Click the app

Click LinkedIn Review in the Dock — or open /Applications/LinkedIn Review.app. The window’s close button quits it; nothing runs in the background. There’s no server and no browser tab.

open -a "LinkedIn Review"
Optional · build from source

Only if you’re editing the app. npm install is first-run only. npm run dev opens a hot-reloading native window; npm run build produces LinkedIn Review.app — copy it to /Applications. Needs Rust + Node.

cd ~/Documents/GitHub/personal/my-social-media/surfaces/linkedin/linkedin-review-app npm install # first run only npm run dev # or: npm run build

This app only reads/writes your LinkedIn post-tracker Excel. It never posts to LinkedIn, never calls an LLM, and never runs in the cloud — only this cheat-sheet does.