Install grugbot420 with a single command. No complexity.
Open PowerShell and run:
irm https://raw.githubusercontent.com/grug-group420/grug-install/main/install.ps1 | iexWhat it does:
- Installs Bun (if needed)
- Downloads grugbot-server
- Creates desktop shortcut
- Starts the server
Open terminal and run:
curl -fsSL https://raw.githubusercontent.com/grug-group420/grug-install/main/install.sh | bashWhat it does:
- Installs Bun (if needed)
- Downloads grugbot-server
- Adds
grugcommand alias - Starts the server
Just run:
- Windows: Double-click "grugbot420" on desktop
- Linux/macOS: Type
grugin terminal
Then open http://localhost:3420
If you prefer:
# 1. Install Bun
curl -fsSL https://bun.sh/install | bash
# 2. Clone repo
git clone https://github.com/grug-group420/grugbot-server.git
cd grugbot-server
# 3. Run
bun run serve# Remove grug directory
rm -rf ~/.grug
# Remove desktop shortcut (Windows)
# Delete grugbot420.lnk from Desktop🦴 grug-group420 | Complexity is the enemy
| Component | What it does |
|---|---|
grugbot-server |
Web interface + API for grugbot420 |
grug-cli |
Zero-dep CLI toolkit (todo, ship, loc, size, env, ...) |
The installer adds a grug alias for:
- bash (
~/.bashrc) - zsh (
~/.zshrc) - fish (
~/.config/fish/config.fish)