REPLACEMENT BRIEF

productivity utilities

Can AI replace Gojo?

EDITORIAL ANSWERKINDACurated prompt

Open a small panel from the MacBook notch and jump between clipboard history, a file shelf, music controls, window snapping, and screen warmth.

Build the personal version →

AT A GLANCE

price
$4.99/mo
listed annual price
$59.88/yr
replaceable scope
Open a small panel from the MacBook notch and jump between clipboard history, a file shelf, music controls, window snapping, and screen warmth.
build time
multi-day

what AI can build

Open a small panel from the MacBook notch and jump between clipboard history, a file shelf, music controls, window snapping, and screen warmth.

A weekend is enough for the useful part: a notch panel with clipboard history, a file shelf, music controls, window snapping, and screen warmth. Getting it ready for daily use takes longer because macOS permissions, dictation, multiple displays, and tiny UI details add up fast.

The prompt was editor-reviewed; no completed build is recorded.

The honest tradeoff

why people still pay

People pay to skip the maintenance. Install Gojo, approve the permissions, and get back to work.

what you lose

signed and notarized builds with automatic updates

smooth notch behavior across multiple displays

on-device dictation and its safety checks

built-in calendar, reminders, webcam, and battery tools

fixes when a macOS update breaks something

Start with existing software

prior art · use these instead of building, if you'd rather

EVIDENCE LEDGER

What this page can prove

The verdict judges replaceability. The evidence level records what DeepFeather actually checked.

Read the methodology →
evidence level
Curated prompt

The prompt was editor-reviewed; no completed build is recorded.

replacement boundaryOpen a small panel from the MacBook notch and jump between clipboard history, a file shelf, music controls, window snapping, and screen warmth.

known limits · signed and notarized builds with automatic updates; smooth notch behavior across multiple displays

editorial reviewawaiting manual review
Build promptreviewed prompt · not run

the prompt

Curated prompt
Build a small macOS notch app inspired by Gojo. Keep v1 to five tabs:

- Use Swift 6, SwiftUI, and AppKit on macOS 14. Generate an Xcode project and skip
  third-party packages.
- Make it an accessory app with no Dock icon. Find the built-in display notch and
  anchor a borderless floating panel right below it.
- Open the panel after the pointer rests at the notch for 200 ms. Close it on an
  outside click or Escape. Add Music, Windows, Clipboard, Shelf, and Display tabs.
- Clipboard: poll NSPasteboard, save the latest 100 text items in Application Support,
  add search, and copy a picked item back. Skip transient and concealed pasteboard
  types, plus apps listed in a configurable denylist.
- Shelf: accept dropped files, save security-scoped bookmarks, show file icons, and
  support dragging files into another app. Add remove and clear-all actions.
- Music: control Apple Music or Spotify through AppleScript. Show the active app and
  track title, with play/pause, previous, and next controls.
- Windows: list visible app windows through the Accessibility API. Add left half,
  right half, and maximize actions.
- Display: save each screen's gamma table, apply blackbody RGB multipliers with
  CGSetDisplayTransferByTable, and restore the original table on disable or exit.
- Save settings in UserDefaults. Leave out accounts, sync, telemetry, calendar,
  camera, dictation, battery widgets, and automatic updates.
- On first launch, walk through the permissions. Give every tab a useful empty state.
- Test clipboard deduplication, shelf persistence, and snap-frame math.
- Document setup, privacy, Accessibility and Automation permissions, and the macOS
  APIs most likely to change.
Copy or open in an agent

The prompt stays readable first. Choose a launch option when you are ready.

$ open in your agent (prompt prefilled, you press enter) or copy it raw

BUILD FEEDBACK

Did you try this build?

Report the outcome. Submissions enter a manual evidence queue and never auto-upgrade the verdict.

questions

Can AI replace Gojo?

Possibly for a narrower core workflow, but this catalog judgment is not a verified build. Expected gaps include: signed and notarized builds with automatic updates, smooth notch behavior across multiple displays. Validate the prompt against your own acceptance criteria before committing.

How much does Gojo cost?

Gojo is listed at about $4.99/month (Monthly, checked 2026-07-30), or $59.88 per year. This is a pricing reference, not evidence of a completed replacement or realized savings.

What do I lose by replacing Gojo?

Honestly: signed and notarized builds with automatic updates; smooth notch behavior across multiple displays; on-device dictation and its safety checks; built-in calendar, reminders, webcam, and battery tools; fixes when a macOS update breaks something. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Gojo?

Yes — Gojo source (The full GPL-3.0 codebase for the native app). Using prior art is also a valid exit; the prompt is for when you want it exactly your way.