Skip to content

installer/instl

Repository files navigation

INSTL
The Easiest Installer for GitHub Projects

Downloads Handled installations

Instl Demo


Documentation | Contributing


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 your README.md - 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:

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
macOS curl -sSL instl.sh/installer/instl-demo/macos
Linux curl -sSL instl.sh/installer/instl-demo/linux

Usage

The fastest way to create your own instl commands, is by visiting instl.sh and using the builder.

Alternatively, you can create your own commands by using the following URL structure:

Note

Replace {username} and {reponame} with your GitHub username and repository name.

Windows

iwr instl.sh/{username}/{reponame}/windows | iex

macOS

curl -sSL instl.sh/{username}/{reponame}/macos | bash

Linux

curl -sSL instl.sh/{username}/{reponame}/linux | bash

About

🤖 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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project