Skip to content

/apps: every install line points at something that exists - #92

Merged
ralyodio merged 1 commit into
mainfrom
worktree-apps-install-lines
Sep 13, 2026
Merged

/apps: every install line points at something that exists#92
ralyodio merged 1 commit into
mainfrom
worktree-apps-install-lines

Conversation

@ralyodio

Copy link
Copy Markdown
Contributor

/apps: every install line points at something that exists

An audit of the ten install lines against npm and the repositories
found seven that did not work. bunx r3q and bunx diskpush named
packages that were never published (npm refuses those bare names as
too close to existing ones; r3q is @profullstack/r3q as of today, and
diskpush has a curl installer). bunx myna and bunx tsbb were worse:
both names belong to other people's packages on npm (bibig/myna and
jaywcjlove's tsbb build tool), so the line ran somebody else's program.
threatcrush tui, coinpay finances and logicsrc teams tui assumed
the command was already installed.

Now: r3q and g1tz through their scoped packages; diskpush, myna and
logicsrc through their curl installers; threatcrush and coinpay
through npx and their published scoped packages; tsbb's terminal
client, which depends on an unpublished workspace package, by cloning
the repository and running it. The application name links to its
repository as well as the "source" link.

Co-Authored-By: Claude Fable 5.1 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_012nnVu9u7HeHEVRoCwKcQM3

An audit of the ten install lines against npm and the repositories
found seven that did not work. `bunx r3q` and `bunx diskpush` named
packages that were never published (npm refuses those bare names as
too close to existing ones; r3q is @profullstack/r3q as of today, and
diskpush has a curl installer). `bunx myna` and `bunx tsbb` were worse:
both names belong to other people's packages on npm (bibig/myna and
jaywcjlove's tsbb build tool), so the line ran somebody else's program.
`threatcrush tui`, `coinpay finances` and `logicsrc teams tui` assumed
the command was already installed.

Now: r3q and g1tz through their scoped packages; diskpush, myna and
logicsrc through their curl installers; threatcrush and coinpay
through npx and their published scoped packages; tsbb's terminal
client, which depends on an unpublished workspace package, by cloning
the repository and running it. The application name links to its
repository as well as the "source" link.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012nnVu9u7HeHEVRoCwKcQM3
@ralyodio
ralyodio merged commit 070f654 into main Sep 13, 2026
@ralyodio
ralyodio deleted the worktree-apps-install-lines branch September 13, 2026 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant