Maven Advanced 6 min

Self-host Maven

Run the community Q&A bot on your own machine — data stays local.

1

Clone the repo

Grab the source from GitHub.

git clone https://github.com/LUCAPOPESCU29/GuildLabs
2

Install dependencies

Install everything Maven needs.

cd GuildLabs && npm install
3

Configure tokens

Copy the example env and add your Discord bot token.

cp .env.example .env.local
4

Run it

Start Maven. Embeddings and replies are stored locally — nothing is sent to external AI APIs.

npm run dev