Skip to content

feat(x): add Dockerfile and headless server entry point#366

Open
Imccccc wants to merge 1 commit intorowboatlabs:mainfrom
Imccccc:feat/docker-headless
Open

feat(x): add Dockerfile and headless server entry point#366
Imccccc wants to merge 1 commit intorowboatlabs:mainfrom
Imccccc:feat/docker-headless

Conversation

@Imccccc
Copy link

@Imccccc Imccccc commented Feb 15, 2026

Summary

Adds support for running the Rowboat agent core in a headless Docker environment (e.g. for server deployment).

Changes

  • Added apps/x/apps/server: A minimal Node.js entry point that initializes the agent core services (Gmail/Calendar sync, Agent Runner, etc.) without Electron.
  • Added apps/x/Dockerfile: A Dockerfile to build and run the headless agent.
  • Added apps/x/DOCKER.md: Documentation on how to build and run.

Usage

cd apps/x
docker build -t rowboat-agent .
docker run -v ~/.rowboat:/data/.rowboat rowboat-agent

@vercel
Copy link

vercel bot commented Feb 15, 2026

Someone is attempting to deploy a commit to the RowBoat Labs Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant