secure-openclaw
A personal 24x7 AI assistant like OpenClaw that runs on your messaging platforms. Send a message on WhatsApp, Telegram, Signal, or iMessage and get responses from Claude with full tool access, persistent memory, scheduled reminders, and integrations with 500+ apps.
File Explorer
Download Latest Version (.zip)- base.js
- imessage.js
- signal.js
- telegram.js
- whatsapp.js
- claude-agent.js
- runner.js
- secure-openclaw.gif
- handler.js
- manager.js
- base-provider.js
- claude-provider.js
- index.js
- opencode-provider.js
- manager.js
- applescript.js
- cron.js
- gateway.js
- .dockerignore
- .env.example
- .gitignore
- cli.js
- config.js
- docker-compose.yml
- Dockerfile
- entrypoint.sh
- gateway.js
- LICENSE.md
- package-lock.json
- package.json
- README.md
- setup.sh
π Installation Guide
git clone https://github.com/composio-community/secure-openclaw
Downloads the entire project code from GitHub to your computer.
cd secure-openclaw
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Node.js Node.js must be installed to use npm.
npm install -g @anthropic-ai/claude-code
Installs the package published on the npm registry globally β no need to clone the source.
curl -fsSL https://opencode.ai/install | bash
Downloads and runs the official install script in one line β this handles the full setup automatically.
curl -fsSL https://composio.dev/install | bash
Downloads and runs the official install script in one line β this handles the full setup automatically.
curl -fsSL https://get.docker.com | sh
Downloads and runs the official install script in one line β this handles the full setup automatically.
Pulled directly from this repo's README.
3. Docker
Easy- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
curl -fsSL https://get.docker.com | sh
Downloads and runs the official install script in one line β this handles the full setup automatically.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
docker compose logs -f # live logs
Runs the command against the services defined in the compose file.
docker compose down && docker compose up -d # restart
Builds and starts all defined containers (server, database, etc.) at once, in the background.
docker compose exec openclaw sh # shell into container
Runs the command against the services defined in the compose file.
Pulled directly from this repo's README.
4. Node.js
Easynpm install
Downloads and installs the libraries listed in package.json.
npm install -g @anthropic-ai/claude-code
Installs the package published on the npm registry globally β no need to clone the source.
Pulled directly from this repo's README.
