Open Source & Lightweight

Your personal AI companion.

Runs inside a Docker container by using your OpenAI compatible model and uses Markdown for remembering. Everything bundled into a single go binary.

01

Install the CLI.

go install github.com/berkaycubuk/polaris-agent/cmd/polaris@latest
02

Configure interactively.

polaris setup
03

Start the agent in Docker.

docker compose up -d

Then chat: polaris chat — or hit localhost:8080/chat, or message it on Telegram.

Features

Lives inside a container

Agent is living inside a Docker container. Stores the data in a persistent Docker volume.

Markdown is the way

Everything it collects primarily stored as Markdown files.

Skills

Polaris Agent can write new skills and download existing ones.

Scripting Support

Skills can have their own Python scripts with their own environment.

OpenAI Compatible

Bring your own OpenAI compatible provider.

Size Does not Matter

You can use smaller and faster models, it gets intelligent over time.