vet is a command-line tool designed to enhance the security of executing remote scripts by requiring user approval and performing checks for changes and potential issues before execution. It automates the process of downloading, reviewing, and running scripts, promoting a safer alternative to the risky curl | bash pattern. Installation is straightforward via Homebrew for macOS or through manual methods for other systems, emphasizing a security-first approach.
run is a polyglot command runner and smart REPL designed for developers to script, compile, and iterate in over 25 programming languages using a unified interface. Built in Rust, it simplifies the development process by eliminating the need for multiple compilers and tools, making it ideal for beginners, students, and experienced developers alike. Its architecture ensures performance, reliability, and ease of use across different platforms.