back to home

liriliri / eruda

Console for mobile browsers

20,769 stars
1,351 forks
69 issues
JavaScriptSCSSHTML

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.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind-ai.vercel.app/repo/liriliri/eruda)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview
<div align="center"> <a href="https://eruda.liriliri.io/" target="_blank"> <img src="https://eruda.liriliri.io/icon.png" width="400"> </a> </div> <h1 align="center">Eruda</h1> <div align="center">

Console for Mobile Browsers.

NPM version Build status Test coverage Downloads License

</div> <img src="https://eruda.liriliri.io/screenshot.jpg" style="width:100%">

Demo

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

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.