Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@
Swarm of AI Agents to assist in a penetration testing engagement given a RoE.md stating Rules of Engagement.
</p>

## Installation

### Quick Install

Install Tandem with a single command using our installation script:

```bash
curl -fsSL https://tandem.codes/install.sh | bash
```

### Package Managers

Support for popular package managers is coming soon:
- **Homebrew** (macOS/Linux)
- **Nix** (NixOS/Nix package manager)
- **APT/YUM** (Linux distributions)

*Package manager support will be available by end of day.*

### Verification

After installation, verify Tandem is working:

```bash
tandem --version
```

## Configuration

### Setting up API Keys
Expand Down
Loading