Getting Started With t0ggles Crew

#Installation

t0ggles Crew is available for macOS and Linux. Windows support is coming soon.

#macOS

  1. Download the DMG from the t0ggles Crew page
  2. Open the DMG and drag t0ggles Crew to your Applications folder
  3. Launch t0ggles Crew from Applications

The app is code-signed and notarized by Apple.

#Linux (AppImage)

  1. Download the AppImage from the t0ggles Crew page
  2. Make it executable: chmod +x t0ggles-Crew-*-linux.AppImage
  3. Run the AppImage directly

#Linux (Debian/Ubuntu)

  1. Download the .deb package from the t0ggles Crew page
  2. Install with: sudo dpkg -i t0ggles-Crew-*-linux.deb
  3. Launch from your application menu

#Prerequisites

Before using t0ggles Crew, install at least one CLI provider:

  • Claude Code: npm install -g @anthropic-ai/claude-code
  • OpenAI Codex: npm install -g @openai/codex
  • OpenCode: npm install -g opencode-ai

The CLI provider must also have the t0ggles MCP server configured so agents can interact with your board during runs. See CLI Providers for setup details.

#Connect Your Board

When you launch t0ggles Crew for the first time, a setup wizard guides you through the initial configuration.

Setup Wizard

  1. Create a new project and give it a name
  2. Select the local code folder for the project
  3. Click "Connect to t0ggles" - a picker page opens on t0ggles.com where you select your board and project
  4. The selected board and project are linked to your Crew project automatically
  5. Configure the t0ggles MCP server in your CLI provider (see CLI Providers) so agents can access your board during runs
  6. Create agent users on your t0ggles board so pipelines can be linked to bot identities

#Create a Pipeline

Pipelines define what your AI agents do. Each pipeline has an agent identity, a prompt, a schedule, and a timeout.

Pipeline Editor

  1. Go to your project and click "Add Pipeline"
  2. Give it a name (e.g., "Feature Developer", "Code Reviewer")
  3. Write a prompt describing the agent's task (see Pipeline Examples for inspiration)
  4. Configure the agent identity (name, bot user ID)
  5. Set a schedule (manual, interval, fixed times, or auto)
  6. Save and enable the pipeline

#Watch It Work

Pipeline historyPipeline log

Once a pipeline is enabled and scheduled, t0ggles Crew runs it automatically. You can monitor execution in real-time.

  • View live streaming output from each run
  • Check run history with durations and statuses
  • See task updates on your t0ggles board