Snaproot (snprt) is a small tool that installs apps on your computer from the terminal. No store. No sign-up. No admin password needed. You type one command — it downloads the app, checks it hasn't been tampered with, and puts it in your PATH.
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 App Directory, 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 GitHubsnprt login <key> Authenticate with the registrysnprt logout Remove your stored loginIf you've built something and want to share it, you can list it on Snaproot in two commands.
snprt.yml file.
You need a Snaproot API key to publish. Request one by opening an issue on GitHub.
Browse the App Directory →