Web viewer for OpenCode sessions.
╭─────────────────────────────────────╮
│ │
│ OpenSession Viewer │
│ http://localhost:3456 │
│ │
│ Press Ctrl+C to stop │
│ │
╰─────────────────────────────────────╯
You can run OpenSession directly using npx:
npx opensessionOr install it globally:
npm install -g opensession
opensessiongit clone https://github.com/ryanvogel/opensession.git
cd opensession
npm install
npm run devWe welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes.
- Submit a pull request.