trending

octoscope 0.16.0 is out β€” a "support & discovery" release. Three small, read-only additions

Sponsor splash a gentle nudge at launch to support development. Press o to open the Sponsors page, c to copy the link, any other key to dismiss. Suppressed under --public-only; opt out with show_sponsor=false or --no-sponsor.

"What's new" tab (press 6) the highlights of the version you're running, bundled into the binary so it works offline, with a link to the full release notes.

octoscope v0.23.0 β€” Polish & reliability

octoscope v0.23.0 Polish & reliability

octoscope is a terminal dashboard for your GitHub profile, repos, PRs, issues, activity, all in one TUI.

🎨 octoscope v0.22.0 β€” now respects NO_COLOR

octoscope is a terminal dashboard for your GitHub account: followers, stars, PRs, issues, languages and CI, all at a glance, auto-refreshed, and read-only.

New in v0.22.0: full NO_COLOR support. Set NO_COLOR in your environment, or pass --no-color, and octoscope switches to its zero-chroma monochrome theme all greys, full hierarchy, no colour noise.

octoscope v0.18.0 β€” insight πŸ”­

No new tabs this time three small read-only features that answer questions you'd normally leave the terminal for: how a repo's stars are really trending, how much API budget you've actually got left, and which of your repos need attention right now.

Cumulative star history

octoscope v0.11.0 β€” drill into any PR, issue or repo with one keystroke πŸ”

The biggest UX shift since I shipped octoscope. The drill-in pattern I prototyped for Repos in v0.10.0 now works on PRs and Issues too and it's bound to Enter, the universal TUI gesture for "go deeper".

What you get when you press Enter on a row:

  • PRs state chip (Open / Draft / Merged / Closed), markdown-rendered description, reviewers (requested + completed), checks summary, files changed, recent commits, labels, curated timeline.

  • Issues state chip, markdown-rendered description, assignees, recent comments, labels, linked PRs (the ones that would close the issue when merged), curated timeline.

  • Repos description, license, language chips, latest release, languages bar, recent commits with a "N total M by you in the last year" counter, open issues / PRs preview, topics.

Each detail is fetched in a single targeted GraphQL query for that one item no fan-out across your list, zero rate-limit pressure. Descriptions and comments render through glamour (https://github.com/charmbracelet...) with chroma syntax highlighting, so a "## heading" is a heading and a fenced code block is colourised.

octoscope v0.17.0 β€” trust it running all day 🟒

No new tabs this time. v0.17.0 is the boring-on-purpose release: I went back through everything you actually touch in a long session and made the app meaningfully steadier underneath. It does the same things v0.16.0 did it just behaves the same in hour eight as in minute one.

The self-multiplying API traffic, gone

octoscope v0.20.0 β€” Integrity: scan your repos for the supply-chain worm πŸ”

The Shai-Hulud / Miasma worm has been quietly pushing itself into people's GitHub repos including real, well-known OSS projects where it auto-runs the moment you open the repo in an AI editor (Claude / Cursor / Gemini / VS Code) or install it, then harvests your tokens. It lives in the GitHub source, not the npm registry, so a lockfile audit never sees it. octoscope already points at the repos you own, so this release teaches it to look. @icflorescu

What it catches

On a Repos row, open the action menu (space) and hit Security scan (s). It matches the invariant of the attack instead of a single payload filename because the worm renames its dropper the week after you blocklist it, so a renamed variant still trips it.

octoscope v0.13.0 β€” Repos tab gets serious πŸŸ’πŸ”΄πŸŸ‘

Two additions on the Repos tab that turn it from a passive listing into a dashboard you actually live in.

CI status, at a glance

octoscope v0.19.0 β€” freshness & correctness πŸ”­

Two honesty fixes this round: octoscope now tells you when a newer version is out, and it counts your whole account instead of just the first 100 repositories.

The update notice

On launch and hourly after that, on its own timer separate from the dashboard refresh octoscope checks the public Releases API and, if there's something newer, drops a quiet one-line notice under the banner. The upgrade command is context-aware: it detects how you installed octoscope and suggests the right one brew upgrade, go install, gh extension upgrade, or a download link.

octoscope 0.15.1 is out β€” a small but important maintenance release.

Three fixes, all worth grabbing:

Privacy --public-only (the screenshot/screen-share mode) now also hides private watched repos and private review-requests. If you ever demo or stream octoscope, this is the one to update for.

Config safety toggling public-only or saving from the in-app settings panel could silently drop your pinned_repos / watch_repos from the config file. Fixed: every save now preserves them.

Watched repos they no longer disappear from the Repos tab on accounts with no public owned repos.