{"id":43053788,"url":"https://github.com/ngotuananh101/dev-env","last_synced_at":"2026-01-31T11:03:48.208Z","repository":{"id":334439024,"uuid":"1141328059","full_name":"ngotuananh101/dev-env","owner":"ngotuananh101","description":"A modern Electron-based development environment manager for Windows.","archived":false,"fork":false,"pushed_at":"2026-01-25T06:23:38.000Z","size":159,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-25T07:50:58.702Z","etag":null,"topics":["electronjs","js","node","node-pty","tailwindcss","vite","vue3","xtermjs"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/ngotuananh101.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":"2026-01-24T17:03:23.000Z","updated_at":"2026-01-25T06:23:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ngotuananh101/dev-env","commit_stats":null,"previous_names":["ngotuananh101/dev-env"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ngotuananh101/dev-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngotuananh101%2Fdev-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngotuananh101%2Fdev-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngotuananh101%2Fdev-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngotuananh101%2Fdev-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngotuananh101","download_url":"https://codeload.github.com/ngotuananh101/dev-env/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngotuananh101%2Fdev-env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28939513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["electronjs","js","node","node-pty","tailwindcss","vite","vue3","xtermjs"],"created_at":"2026-01-31T11:03:38.338Z","updated_at":"2026-01-31T11:03:48.199Z","avatar_url":"https://github.com/ngotuananh101.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dev-Env\n\nA modern Electron-based development environment manager for Windows. Provides a sleek dashboard interface for managing development tools, databases, and web servers.\n\n## Features\n\n- 📊 **System Dashboard** - Real-time CPU, RAM, and disk monitoring\n- 🛒 **App Store** - Install and manage development tools (Nginx, Apache, MySQL, PostgreSQL, etc.)\n- 📁 **File Manager** - Browse and manage files with built-in viewer\n- 💻 **Terminal** - Integrated terminal emulator\n- 🔧 **Service Manager** - Start/stop installed applications\n\n## Tech Stack\n\n- **Frontend**: Vue 3 + Vite + Tailwind CSS v4\n- **Backend**: Electron 40 + Node.js\n- **Database**: SQLite (better-sqlite3)\n- **Terminal**: xterm.js + node-pty\n\n## Prerequisites\n\n- Node.js 18+ \n- Windows 10/11 (64-bit)\n- Visual Studio Build Tools (for native modules)\n\n## Installation\n\n```bash\n# Clone the repository\ngit clone \u003crepository-url\u003e\ncd dev-env\n\n# Install dependencies\nnpm install\n\n# Rebuild native modules for Electron\nnpm run rebuild\n```\n\n## Development\n\n```bash\n# Start development server with hot reload\nnpm run dev\n```\n\n## Build\n\n```bash\n# Build for production\nnpm run build\n```\n\n## Project Structure\n\n```\ndev-env/\n├── main.js              # Electron main process\n├── preload.js           # Preload scripts for IPC\n├── index.html           # Entry HTML\n├── src/\n│   ├── App.vue          # Root Vue component\n│   ├── main.js          # Vue app entry\n│   ├── main.css         # Tailwind CSS\n│   ├── views/           # Page components\n│   ├── components/      # Reusable components\n│   ├── router/          # Vue Router config\n│   └── backend/         # Backend utilities\n├── data/\n│   └── apps.json        # App store catalog\n├── apps/                # Installed applications\n├── logs/                # Application logs\n└── dist/                # Build output\n```\n\n## App Store Features\n\n- Download and install development tools\n- Version selection for each app\n- Installation progress with detailed logs\n- Cancel ongoing installations\n- Exclusive group restriction (e.g., only one web server at a time)\n\n## License\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngotuananh101%2Fdev-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngotuananh101%2Fdev-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngotuananh101%2Fdev-env/lists"}