Skip to content

hackerai-tech/hackerai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerAI Logo

HackerAI

Your AI-Powered Penetration Testing Assistant

License Website

Getting started

Prerequisites

You'll need the following accounts:

Required:

  • OpenRouter - AI model provider
  • OpenAI - AI model provider
  • XAI - AI model provider for agent mode
  • E2B - Sandbox environment for secure code execution in agent mode
  • Convex - Database and backend
  • WorkOS - Authentication and user management

Optional:

Clone the repo

git clone https://github.com/hackerai-tech/hackerai.git

Navigate to the project directory

cd hackerai

Install dependencies

pnpm install

Run the setup script

pnpm run setup

Start the development server

This runs both Next.js and Convex dev servers:

pnpm run dev

Or run them separately in two terminals:

pnpm run dev:next
pnpm run dev:convex