SOURCE CONTROL

Developer Ecosystem

Browser control infrastructure codebase

MiraiLens is source-available and developed publicly on GitHub. Its codebases, build pipelines, and protocol configurations are publicly hosted. We believe in observable, audit-friendly tooling for AI systems, and invite developers to inspect, audit, and improve the browser control abstractions.

Repository Details

Structure & Tech Stack

The MiraiLens monorepos contain all code files required to build, test, and package the primary components of the ecosystem:

  • TypeScript & Node: Used for the core MCP Server logic and schema validation.
  • Chrome Extensions API: Powers the secure connector layer that hooks into active session frames.
  • WebSocket Protocol: Mediates real-time events between the local server and the browser.

Cloning & Building

Local Development Run

You can set up a local development copy of MiraiLens to run custom experiments:

# Clone the repository:
git clone https://github.com/mugenkyou/mirailens.git
# Install local dependencies:
cd mirailens && npm install

Credits & Roles

Contributors & Maintainers

The MiraiLens project is developed openly by its contributors. For detailed developer attribution, roles, and contribution breakdown, please view the developers page.

License

MiraiLens Community Non-Commercial License

MiraiLens is available for personal, educational, research, experimental, and other non-commercial use. Commercial use requires separate written permission from the copyright holder. Read the complete licensing terms on our License Page.