Webi

Use this skill when the user wants to install developer tools without sudo or a system package manager — curl-based installs via memorable URLs for ripgrep, jq, node, and hundreds of other CLI tools.

javimosch d02334c 854 B Updated

File contents

webi Plugin

Web-based installer for developer tools. Installs binaries via easy-to-remember URLs without root or a package manager.

Installation

curl -sS https://webi.sh/webi | sh

Basic Usage

# Install a tool by name
webi rg
webi jq
webi node

# Install from a full URL
webi https://webi.sh/rg

Tools are installed to ~/.local/opt/<tool>/ with symlinks in ~/.local/bin/.

Usage Examples

  • "Install ripgrep without apt or brew"
  • "Set up jq on this machine quickly"
  • "Install node via webi"

SuperCLI

sc webi install run rg
sc webi _ _
sc plugins learn webi

javimosch/supercli/tree/main/plugins/webi/skills/quickstart commit d02334ce8c

Frequently asked questions

npx skillmds@latest add javimosch/webi