liriliri / eruda
Console for mobile browsers
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing liriliri/eruda in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewConsole for Mobile Browsers.
</div> <img src="https://eruda.liriliri.io/screenshot.jpg" style="width:100%">Demo

Browse it on your phone: eruda.liriliri.io
Install
You can get it on npm.
npm install eruda --save-dev
Add this script to your page.
<script src="node_modules/eruda/eruda.js"></script>
<script>eruda.init();</script>
It's also available on jsDelivr and cdnjs.
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
<script>eruda.init();</script>
For more detailed usage instructions, please read the documentation at eruda.liriliri.io!
Related Projects
- eruda-android: Simple webview with eruda loaded automatically.
- chii: Remote debugging tool.
- chobitsu: Chrome devtools protocol JavaScript implementation.
- licia: Utility library used by eruda.
- luna: UI components used by eruda.
- vivy: Icon image generation.
Third Party
- eruda-pixel: UI pixel restoration tool.
- eruda-webpack-plugin: Eruda webpack plugin.
- eruda-vue-devtools: Eruda Vue-devtools plugin.
Backers
<a rel="noreferrer noopener" href="https://opencollective.com/eruda" target="_blank"><img src="https://opencollective.com/eruda/backers.svg?width=890"></a>
Contribution
Read Contributing Guide for development setup instructions.