Instl is an installation script generator for GitHub projects. It does not need any setup, and can be used to install most GitHub projects on Linux, macOS and Windows.
You can easily add installation commands to yourREADME
- they just work!
Key Features
- ðŧ Cross-Platform: Works on Windows, macOS and Linux out of the box
- ð§ļ One-Click Installs: Install any GitHub project with just a single command
- ðŠķ Web-Based: No need to install Instl - scripts are generated server-side
- âïļ Intelligent Configuration: Instl adapts to the project's structure
- ðïļ On the fly: Installer scripts are created in real-time for each project
- ð Track Your Installs: Installation metrics for your projects at your fingertips
Try it out:
Ready for a spin?
Install our demo repository, instl-demo
, to see Instl in action.
If successful, you should be able to run instl-demo
right from your terminal.
Platform | Command |
---|---|
Windows | iwr instl.sh/installer/instl-demo/windows | iex |
Linux | curl -sSL instl.sh/installer/instl-demo/linux | bash |
macOS | curl -sSL instl.sh/installer/instl-demo/macos | bash |
Don't want to install our demo repo, but you still want to see Instl in action? No problem!