It’s a native Mac app. This page is just the cheat-sheet.
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"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 buildThis 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.