Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,327 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini Actus

🚀 Quick Start

0. Prerequisites

You need Node.js 20+ and npm.

  • Verify installation:
    node -v && npm -v
  • Install (if missing):
    • Mac/Linux: We recommend using nvm:
      curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
      nvm install 20
    • Windows: Download from nodejs.org

1. Setup

npm install && npm run build

2. Run

Mode Command Description
Terminal with Yolo Mode(Recommended) npm run start -- --yolo Fully automated execution (no confirmation prompts).
Terminal npm run start Default interactive CLI mode.
Web UI npm run start -- web --dev Launches backend (port 3333) & frontend (localhost:3000).
Daemon Mode npm run start -- onboard --install-daemon --yolo Installs and runs the Actus Agent as a background daemon (with auto-execution enabled) + gmail chatapi gateway setuped .

Run Separately (Development)

To run the backend and frontend independently:

  1. Backend: npm run start -- web
  2. Frontend: cd packages/web && npm run dev

3. Verify

Before submitting PRs, run the full validation suite:

npm run preflight

About

An open-source AI agent that brings the power of Gemini directly into your OS.

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages