Githrun
Execute remote Python scripts directly from GitHub.
#Open Source
#GitHub
Githrun – Execute remote Python scripts directly from GitHub
Summary: Githrun is a CLI tool that runs remote Python scripts from GitHub without cloning repositories. It manages dependencies, caches files, and supports running code from Gists or nested repo files securely using GitHub tokens.
What it does
Githrun executes, searches, and installs remote Python code instantly, handling dependencies and caching automatically. It supports private repos via GitHub tokens and installs scripts as local global tools.
Who it's for
Developers needing to run or install Python scripts from GitHub without cloning entire repositories or cluttering their local environment.
Why it matters
It eliminates the repetitive clone-install-run-delete cycle, streamlining access to remote Python utilities and scripts.