A tiny macOS fidget app: a pixel pig that glides gently across your screen.
A calm, repetitive bit of motion to fidget on while you read, think, or breathe.
No clutter. No Dock icon. Tiny menu bar icon. π€π½
π· flies bilaterally Β· π±οΈ change the speed Β· π
ΏοΈπ
Έπ
Άππ
΅π
»π letters
I live with anxiety and ADHD, and reading long blocks of text can be hard: my eyes skip and my mind wanders. One day I set a pixel pig flying across the top of an article and read underneath it. It just worked.
- πΏ The gentle, repetitive motion settles my nervous system, like watching waves.
- π The pig adds just enough variation for my ADHD brain. A small visual fidget, kind of like brown noise but for my eyes: enough to stay engaged, not enough to distract.
If your brain works like mine, I hope it helps you too. π·π
- β¬οΈ Download the latest
Oinkulus.dmg - Open it and drag Oinkulus into Applications.
- First launch: this build isn't signed by Apple yet, so macOS will say it "can't be checked." Go to System Settings β Privacy & Security, find the Oinkulus notice, and click Open Anyway. One time only. β
π·π Oinkulus is not a medical device and makes no clinical claims.
Oinkulus has no window. It starts flying the moment you open it and lives in your menu bar as a π· (which turns to π€ when paused).
To read with it: open any article, PDF, or doc and let the pig fly over your text. It's click-through, so you can still scroll, click, and select normally. Press ββ§E anytime to pause or resume.
| Menu item | What it does |
|---|---|
| βΆ / βΈ Start / Pause Oinkulus | Launch or land the pig (ββ§E) |
| Speed | Slow, Medium, Fast |
| Shape | π· Pig, Triangle, Circle, Diamond |
| Side Letters | Toggle the floating letters |
| Quit | Send the pig home |
Requires Xcode and macOS 14 or later.
# Build
xcodebuild -project Overlay.xcodeproj -scheme Overlay -configuration Release build
# ...or build a shareable DMG
./scripts/release.sh # produces build/Oinkulus.dmgπ Maintainer notes: signing & notarization (optional)
The default build is unsigned (free, no Apple account). For a warning-free, notarized DMG you need the Apple Developer Program ($99/yr):
- Create a Developer ID Application certificate (Xcode β Settings β Accounts).
- Store notary credentials once:
xcrun notarytool store-credentials oinkulus-notary \ --apple-id "you@example.com" --team-id "TEAMID" --password "app-specific-password"
- Set
DEVELOPMENT_TEAMandENABLE_HARDENED_RUNTIME = YESinOverlay.xcodeprojand theteamIDinExportOptions.plist, then runNOTARIZE=1 ./scripts/release.sh.
Made with π©· and a flying pig Β· MIT License