Tira

Universal package manager for the curl | bash era

curl -fsSL https://tira.sh/install.sh | sh

Bring version control and rollback capabilities to curl | bash installation scripts.

▓ Version Tracking

Know exactly what version of each script you ran and when

▓ Safe Rollbacks

Go back to previous versions if something breaks

▓ Filesystem Monitoring

Track what files each script touched

▓ Zero Friction

Works with any existing curl | bash script

Examples

tira install https://ollama.com/install.sh
tira install https://get.docker.com
tira install https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh
tira list
tira rollback ollama
View on GitHub →