enablerdao@web3:~$./install.sh

 ███████╗███╗   ██╗ █████╗ ██████╗ ██╗     ███████╗██████╗
 ██╔════╝████╗  ██║██╔══██╗██╔══██╗██║     ██╔════╝██╔══██╗
 █████╗  ██╔██╗ ██║███████║██████╔╝██║     █████╗  ██████╔╝
 ██╔══╝  ██║╚██╗██║██╔══██║██╔══██╗██║     ██╔══╝  ██╔══██╗
 ███████╗██║ ╚████║██║  ██║██████╔╝███████╗███████╗██║  ██║
 ╚══════╝╚═╝  ╚═══╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝╚═╝  ╚═╝
                   ██████╗  █████╗  ██████╗
                   ██╔══██╗██╔══██╗██╔═══██╗
                   ██║  ██║███████║██║   ██║
                   ██║  ██║██╔══██║██║   ██║
                   ██████╔╝██║  ██║╚██████╔╝
                   ╚═════╝ ╚═╝  ╚═╝ ╚═════╝

[ OK ] EnablerDAO CLI Installer

[INFO] Explore projects, check status, contribute to the ecosystem

==================================================

# Supported platforms:

[x]
macOS

12 Monterey+

[x]
Linux

Ubuntu 20.04+ / Debian 11+

[x]
Windows WSL

WSL 2 + Ubuntu 20.04+

# Quick install (1 line):

$ curl -fsSL https://enablerdao.com/install.sh | bash

# No sudo required. Installs to ~/.local/bin/enablerdao

# What the installer does:

[1/3]
Checking prerequisites...

Verifies git and curl/wget are available. No Node.js or npm required.

[2/3]
Installing enablerdao CLI...

Writes a self-contained shell script to ~/.local/bin/enablerdao. Adds ~/.local/bin to your PATH if needed.

[3/3]
Setup complete!

The `enablerdao` command is ready. No accounts, no API keys, no sign-up needed.

EnablerDAO CLI installed successfully!

enablerdao v1.0.0

---

Run `enablerdao` to get started

Run `enablerdao help` for all commands

$ enablerdao help

# Available Commands

$ enablerdaoShow welcome info, links, and quick-start guide
$ enablerdao projectsList all 13+ EnablerDAO projects with URLs
$ enablerdao statusLive-check HTTP status of all services
$ enablerdao docsOpen enablerdao.com in your default browser
$ enablerdao docs tokenOpen token page (also: install, security, projects, github)
$ enablerdao tokenShow EBR governance token details
$ enablerdao reposList GitHub repositories (live via gh CLI or cached)
$ enablerdao work <repo>Fork, clone, and start coding with Claude Code
$ enablerdao pr <repo>Commit changes and create a Pull Request
$ enablerdao updateUpdate CLI to the latest version
$ enablerdao helpShow all available commands

$ enablerdao projects

EnablerDAO Projects

============================================================

AI & Technology

Chatweb.ai -- AI-driven web automation -- chatweb.ai

Wisbee -- Private AI assistant -- wisbee.ai

Elio Chat -- Offline AI chat for iPhone -- elio.love

News.xyz -- AI-powered news -- news.xyz

Business Tools

StayFlow -- Vacation rental management -- stayflowapp.com

BANTO -- Invoice management -- banto.work

VOLT -- Live auction platform -- volt.tokyo

Security

Security Scan -- Web security scanner (A-F) -- chatnews.tech

PhishGuard -- Phishing training -- enabler.cc

DojoC -- Cybersecurity learning -- dojoc.io

Total: 13 active projects

$ enablerdao status

EnablerDAO Service Status

Checking live status of services...

enablerdao.comUP142ms (HTTP 200)

chatweb.aiUP89ms (HTTP 200)

wisbee.aiUP124ms (HTTP 200)

elio.loveUP203ms (HTTP 200)

stayflowapp.comUP167ms (HTTP 200)

banto.workUP95ms (HTTP 200)

news.xyzUP178ms (HTTP 200)

$ head -30 install.sh

#!/bin/sh
# EnablerDAO CLI Installer
# Usage: curl -fsSL https://enablerdao.com/install.sh | bash
#
# This script installs the `enablerdao` command-line tool
# for interacting with EnablerDAO projects, checking service
# status, and contributing to the ecosystem.

set -e

# What it installs:
#   ~/.local/bin/enablerdao    -- self-contained shell script
#   No Node.js, npm, or sudo required

# The CLI supports:
#   enablerdao              -- welcome & info
#   enablerdao projects     -- list all projects
#   enablerdao status       -- check service status
#   enablerdao docs         -- open docs in browser
#   enablerdao work <repo>  -- fork, clone & start coding
#   enablerdao help         -- see all commands

$ cat FAQ.md

# Troubleshooting

Q: command not found: enablerdao

A: The installer adds ~/.local/bin to your PATH. Run `source ~/.zshrc` (or ~/.bashrc) to reload, or open a new terminal. You can also run the CLI directly: `~/.local/bin/enablerdao`

Q: curl: command not found

A: macOS: curl is pre-installed. Linux: `sudo apt install curl` (Debian/Ubuntu) or `sudo yum install curl` (RHEL/CentOS). WSL: `sudo apt update && sudo apt install curl`.

Q: Permission denied during install

A: The script installs to ~/.local/bin/ which should not require sudo. If ~/.local/bin does not exist, the script creates it automatically. Check that your home directory is writable.

Q: 'enablerdao work' fails with git errors

A: The `work` command requires git to be installed. Install git: macOS `xcode-select --install`, Linux `sudo apt install git`. For auto-forking, install GitHub CLI: https://cli.github.com/

Q: 'enablerdao status' shows all services as DOWN

A: Check your internet connection. The status command uses curl to ping each service. If you are behind a proxy, configure your shell's proxy settings (http_proxy / https_proxy environment variables).

# Uninstall

To remove the EnablerDAO CLI:

$ enablerdao uninstall

# Or manually: rm ~/.local/bin/enablerdao

// Prefer a web browser?

Browse EnablerDAO Projects Online

All project information is also available on the website.

// Contribute to EnablerDAO and earn EBR governance tokens