Snaproot (snprt) is a developer app network: install tools from the terminal, then join project threads with stars, comments, and follows. No admin password needed for installs, and no manual registry workflow to publish.
Pick your operating system and paste the command into your terminal.
iwr -useb https://snprt.pages.dev/install.ps1 | iex
This downloads the snprt binary, verifies its SHA-256 checksum, and adds it to your PATH. Takes about 5 seconds.
Find an app in the Community Feed, then run:
snprt install unfounder/a-z
Replace unfounder/a-z with any owner/appname from the directory. The app is verified before anything is written to your machine.
snprt run a-z
Or just type the app name directly in your terminal since it's already in your PATH.
snprt search <name> Find apps in the registrysnprt install owner/app Download, verify, and install an appsnprt run <app> Launch an installed appsnprt list See every app you've installedsnprt init Set up your own app for publishingsnprt push Build and publish your app via your forge CIsnprt login Pick GitHub, GitLab, or Codeberg loginsnprt star owner/app Star an appsnprt comments owner/app Read app commentssnprt comment owner/app "text" Post a commentsnprt follow username Follow a developersnprt logout Remove your stored loginEach app is a public topic where developers can discuss releases, usage tips, and bugs.
snprt star owner/app to surface quality projects and show adoption.
snprt comment owner/app \"message\" or open a discussion from the App Community page.
snprt follow username and check profile stats with snprt profile username.
If you've built something and want to share it, you can list it on Snaproot in two commands.
snprt.yml file.
No manual API key request is needed for normal publishing. Run snprt login and authenticate with a supported provider.