available tools
core
git
the distributed version control system
curl -fsSL https://insw.pages.dev/git | sh
make
build basics plus common native deps
curl -fsSL https://insw.pages.dev/make | sh
node
javascript runtime (installs lts via fnm)
curl -fsSL https://insw.pages.dev/node | sh
python
python 3 + pip
curl -fsSL https://insw.pages.dev/python | sh
fzf
fuzzy finder for shell history, files, and pipes
curl -fsSL https://insw.pages.dev/fzf | sh
text + data
jq
command-line json processor
curl -fsSL https://insw.pages.dev/jq | sh
yq
query yaml, json, and xml from the shell
curl -fsSL https://insw.pages.dev/yq | sh
rg
ripgrep for brutally fast recursive search
curl -fsSL https://insw.pages.dev/rg | sh
pandoc
convert markdown, html, docs, and more
curl -fsSL https://insw.pages.dev/pandoc | sh
shell + terminal
shellcheck
lint shell scripts before they bite back
curl -fsSL https://insw.pages.dev/shellcheck | sh
shfmt
format shell scripts consistently
curl -fsSL https://insw.pages.dev/shfmt | sh
tmux
multiplex terminal sessions without losing state
curl -fsSL https://insw.pages.dev/tmux | sh
neovim
lua-native vim for terminal-heavy workflows
curl -fsSL https://insw.pages.dev/neovim | sh
git + delivery
gh
github cli for prs, issues, and releases
curl -fsSL https://insw.pages.dev/gh | sh
hugo
static site generator for docs, blogs, and landing pages
curl -fsSL https://insw.pages.dev/hugo | sh
ffmpeg
transcode, trim, mux, and inspect media files
curl -fsSL https://insw.pages.dev/ffmpeg | sh
supported platforms
linux (apt / pacman / dnf / apk) · macos (homebrew)