{"id":35519164,"url":"https://github.com/201harsh/sysdash","last_synced_at":"2026-01-06T01:01:22.273Z","repository":{"id":331138744,"uuid":"1125434018","full_name":"201Harsh/SysDash","owner":"201Harsh","description":"⚡ A modern, high-performance system monitor built with Electron, React, and Tailwind CSS v4. Real-time CPU \u0026 RAM tracking with a glassmorphism UI.","archived":false,"fork":false,"pushed_at":"2025-12-30T19:29:59.000Z","size":239,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-03T15:13:54.827Z","etag":null,"topics":["desktop","desktop-app","desktop-application","electron","electron-js-desktop","electron-vite","electronjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/201Harsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-30T18:07:22.000Z","updated_at":"2025-12-30T19:34:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/201Harsh/SysDash","commit_stats":null,"previous_names":["201harsh/sysdash"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/201Harsh/SysDash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/201Harsh%2FSysDash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/201Harsh%2FSysDash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/201Harsh%2FSysDash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/201Harsh%2FSysDash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/201Harsh","download_url":"https://codeload.github.com/201Harsh/SysDash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/201Harsh%2FSysDash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28220091,"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":"2026-01-05T02:00:06.358Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["desktop","desktop-app","desktop-application","electron","electron-js-desktop","electron-vite","electronjs"],"created_at":"2026-01-03T23:10:58.060Z","updated_at":"2026-01-06T01:01:22.261Z","avatar_url":"https://github.com/201Harsh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ SysDash\n\n![Cobra AI Banner](https://img.shields.io/badge/🚀_SysDash-_+_System_stats-065F46?style=for-the-badge\u0026logo=code\u0026logoColor=white)\n\n\n\u003e A modern, high-performance system monitor built with Electron, React, and Tailwind CSS v4.\n\n**SysDash** bridges the gap between modern web UI design and native OS performance metrics. It features a sleek \"Glassmorphism\" interface that visualizes real-time CPU load and RAM usage using a secure IPC bridge.\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Electron](https://img.shields.io/badge/Electron-33.0-47848F)\n![React](https://img.shields.io/badge/React-18-61DAFB)\n![Tailwind](https://img.shields.io/badge/Tailwind_v4-38B2AC)\n![TypeScript](https://img.shields.io/badge/TypeScript-5.0-3178C6)\n\n---\n\n## ✨ Features\n\n- **Real-Time Monitoring:** Live tracking of CPU load and RAM usage (updates every 1s).\n- **Glassmorphism UI:** A premium, dark-themed interface with frosted glass effects and smooth animations.\n- **Secure Architecture:** Uses the `ContextBridge` pattern to safely expose Node.js APIs to the Renderer.\n- **Modern Stack:** Built with the latest Tailwind CSS v4 (Zero Config) and Electron-Vite.\n\n## 🛠️ Tech Stack\n\n- **Core:** [Electron](https://www.electronjs.org/) (Main Process)\n- **Frontend:** React + TypeScript\n- **Styling:** Tailwind CSS v4\n- **Bundler:** Electron-Vite\n- **System Data:** `systeminformation` (Node.js)\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js (v18 or higher recommended)\n- npm or yarn\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/201Harsh/SysDash.git\n   ```\n\n   ---\n\n2. **Install dependencies**\n\n```bash\n\nnpm install or npm i \n```\n\n---\n\n3. **Run in Development Mode**\n\n\n```bash\n\nnpm run dev\nBuild for Production\n```\n\n```bash\n\nnpm run build\n```\n\n---\n\n### 📂 Project Structure\n\n```markdown\nSysDash/\n├── src/\n│ ├── main/ # Electron Main Process (Node.js)\n│ ├── preload/ # IPC Bridge (Security Layer)\n│ └── renderer/ # React Frontend (UI)\n│ ├── src/\n│ │ ├── assets/ # Tailwind CSS v4 setup\n│ │ ├── components/\n│ │ └── App.tsx\n├── electron.vite.config.ts # Vite Configuration\n└── package.json\n```\n\n---\n\n## 🤝 Contributing\nContributions are welcome! Please feel free to submit a Pull Request.\n\n---\n\n## 📄 License\nThis project is licensed under the MIT License.\n\n---\n\n## 📮 Contact\n\n- LinkedIn: https://www.linkedin.com/in/201harsh/\n- GitHub: https://github.com/201Harsh\n- Instagram: https://instagram.com/201harshs\n- Email: gamerpandeyharsh@gmail.com\n\n---\n\n# Made with ❤️ by Harsh Pandey","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F201harsh%2Fsysdash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F201harsh%2Fsysdash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F201harsh%2Fsysdash/lists"}