{"id":29670671,"url":"https://github.com/tejastn10/hollow","last_synced_at":"2026-05-06T09:36:17.448Z","repository":{"id":305072629,"uuid":"950015022","full_name":"tejastn10/hollow","owner":"tejastn10","description":"A modern, Electron-based network packet analyzer with a sleek UI, built using TypeScript and React. Designed as a Wireshark alternative for real-time packet inspection and analysis.","archived":false,"fork":false,"pushed_at":"2025-07-18T03:32:28.000Z","size":473,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T07:20:56.403Z","etag":null,"topics":["electron","networking","type","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tejastn10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-17T13:53:30.000Z","updated_at":"2025-07-18T03:48:21.000Z","dependencies_parsed_at":"2025-07-18T07:21:32.324Z","dependency_job_id":"628b2deb-eb89-4a2a-855b-03fe68aabac4","html_url":"https://github.com/tejastn10/hollow","commit_stats":null,"previous_names":["tejastn10/hollow"],"tags_count":2,"template":false,"template_full_name":"tejastn10/brimstone","purl":"pkg:github/tejastn10/hollow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejastn10%2Fhollow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejastn10%2Fhollow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejastn10%2Fhollow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejastn10%2Fhollow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejastn10","download_url":"https://codeload.github.com/tejastn10/hollow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejastn10%2Fhollow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266561602,"owners_count":23948632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","networking","type","vite"],"created_at":"2025-07-22T19:37:21.067Z","updated_at":"2026-05-06T09:36:17.432Z","avatar_url":"https://github.com/tejastn10.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"logo.svg\" alt=\"Hollow Logo\"\u003e\n\u003c/p\u003e\n\n# Hollow ⧲\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"image.png\" alt=\"Hollow App\"\u003e\n\u003c/p\u003e\n\n![Electron](https://img.shields.io/badge/Electron-Latest-47848F?logo=electron\u0026logoColor=white)\n![React](https://img.shields.io/badge/React-19%2B-61DAFB?logo=react\u0026logoColor=white)\n![TypeScript](https://img.shields.io/badge/TypeScript-5%2B-007ACC?logo=typescript\u0026logoColor=white)\n![Vite](https://img.shields.io/badge/Vite-6%2B-646CFF?logo=vite\u0026logoColor=white)\n![License](https://img.shields.io/badge/License-MIT-yellow?logo=open-source-initiative\u0026logoColor=white)\n\n**Hollow** is a modern network protocol analyzer and packet sniffer built with Electron, React, and TypeScript. Designed as an alternative to Wireshark, it provides a user-friendly interface for real-time network traffic analysis, packet inspection, and protocol dissection. With performance and developer experience in mind, it offers a modern approach to network monitoring and troubleshooting.\n\n---\n\n## Features 🌟\n\n- **Live Packet Capture**: Real-time capture from network interfaces\n- **Protocol Analysis**: Support for common protocols (TCP, UDP, HTTP, etc.)\n- **Packet Filtering**: Advanced filtering system using display filters\n- **Statistics \u0026 Visualization**: Real-time traffic statistics and graphs\n- **Cross-platform Support**: Works on Windows, macOS, and Linux\n- **Modern Interface**: Built with React for smooth user experience\n\n---\n\n## Getting Started 🚀\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- **Node.js**: v22 or later\n- **npm**: v8 or later\n\n---\n\n### Installation ⚙️\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/tejastn10/hollow.git\n   cd hollow\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n4. Your Electron app should launch automatically in development mode.\n\n---\n\n## Development Workflow 💻\n\n### IDE Setup\n\nFor the best development experience, we recommend:\n\n- [VSCode](https://code.visualstudio.com/) with the following extensions:\n  - [BiomeJs](https://marketplace.visualstudio.com/items?itemName=biomejs.biome)\n\n### Available Scripts\n\n- **Development Mode**:\n\n  ```bash\n  npm run dev\n  ```\n\n- **Type Checking**:\n\n  ```bash\n  npm run typecheck\n  ```\n\n- **Linting**:\n\n  ```bash\n  npm run lint\n  ```\n\n- **Formatting**:\n\n  ```bash\n  npm run format\n  ```\n\n---\n\n## Building for Production 🏗️\n\nHollow comes with pre-configured build scripts for all major platforms:\n\n### Windows\n\n```bash\nnpm run build:win\n```\n\n### macOS\n\n```bash\nnpm run build:mac\n```\n\n### Linux\n\n```bash\nnpm run build:linux\n```\n\n### All Platforms\n\n```bash\nnpm run build\n```\n\nBuild outputs will be available in the `dist` directory.\n\n---\n\n## Project Structure 📁\n\n```bash\nhollow/\n├── .husky/                     # Git hooks configuration\n│   ├── _/                      # Husky internals\n│   ├── commit-msg              # Commit message validation hook\n│   └── pre-commit              # Pre-commit hook\n├── build/                      # Build-related files\n│   ├── entitlements.mac.plist  # macOS app entitlements\n│   ├── icon.icns               # macOS app icon\n│   ├── icon.ico                # Windows app icon\n│   └── icon.png                # Generic app icon\n├── out/                        # Build output directory\n│   ├── main/                   # Main process compiled files\n│   └── preload/                # Preload scripts\n├── resources/                  # Resource files\n│   └── icon.png                # Application icon\n├── src/                        # Source code\n├── .gitignore                  # Git ignore configuration\n├── .commitlintrc.yml           # Commitlint configuration\n├── .nvmrc                      # Node version manager config\n├── dev-app-update.yml          # Auto-updater dev configuration\n├── electron-builder.yml        # Electron builder configuration\n├── biome.json                  # Biome configuration\n├── LICENSE.md                  # License file\n├── package.json                # Project dependencies and scripts\n├── package-lock.json           # Locked dependencies\n├── README.md                   # Project documentation\n├── tsconfig.json               # Main TypeScript configuration\n└── vite.config.ts              # Vite configuration\n```\n\n---\n\n## Customization 🔧\n\n### Application Information\n\nTo customize your application details, modify the following files:\n\n- `package.json`: Update name, description, version, and author\n- `electron-builder.json`: Configure build options for different platforms\n\n### Styling and Theming\n\nThe project includes minimal styling to get you started. Feel free to integrate your preferred\nstyling solution:\n\n- CSS/SCSS Modules\n- Styled Components\n- Tailwind CSS\n- Material UI or other component libraries\n\n---\n\n## License 📜\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.\n\n---\n\n## Acknowledgments 🙌\n\n- Built with **Electron** for cross-platform desktop applications\n- Powered by **Vite** for lightning-fast development\n- Strengthened with **TypeScript** for robust applications\n- Made with ❤️ for developers who want to build desktop apps with web technologies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejastn10%2Fhollow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejastn10%2Fhollow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejastn10%2Fhollow/lists"}