feat(hermes): add chromium for local browser tool #13

Open
Hermes wants to merge 1 commits from feature/hermes-browser-v2 into master
Collaborator

Summary

Adds Chromium browser to Hermes container for local browser automation tool.

Changes

  • ai/hermes/Dockerfile: New Dockerfile with Chromium and dependencies
  • ai/compose.yml: Added hermes service configuration

Usage

Chromium is available in the Hermes container for web automation tasks.

## Summary Adds Chromium browser to Hermes container for local browser automation tool. ## Changes - ai/hermes/Dockerfile: New Dockerfile with Chromium and dependencies - ai/compose.yml: Added hermes service configuration ## Usage Chromium is available in the Hermes container for web automation tasks.
Hermes added 1 commit 2026-04-30 00:11:14 +00:00
- Create custom Dockerfile extending nousresearch/hermes-agent with chromium installed
- Update compose.yml to build from local Dockerfile instead of pulling image
- Enables browser tool to work without Browserbase cloud service
This pull request has changes conflicting with the target branch.
  • ai/compose.yml
  • ai/hermes/Dockerfile
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/hermes-browser-v2:feature/hermes-browser-v2
git checkout feature/hermes-browser-v2
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gortium/compose#13
No description provided.