{"id":47172232,"url":"https://github.com/pedrofariasx/dockernativemanager","last_synced_at":"2026-04-01T16:59:44.406Z","repository":{"id":344101093,"uuid":"1180458532","full_name":"pedrofariasx/dockernativemanager","owner":"pedrofariasx","description":"A modern, native, and blazing-fast desktop application to manage your Docker environments.","archived":false,"fork":false,"pushed_at":"2026-03-20T16:31:15.000Z","size":7352,"stargazers_count":46,"open_issues_count":0,"forks_count":8,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T13:41:43.693Z","etag":null,"topics":["docker","linux","react","rust","tauri","typescript","ubuntu"],"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/pedrofariasx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-03-13T04:06:05.000Z","updated_at":"2026-03-27T11:00:30.000Z","dependencies_parsed_at":"2026-03-17T08:00:48.290Z","dependency_job_id":null,"html_url":"https://github.com/pedrofariasx/dockernativemanager","commit_stats":null,"previous_names":["pedrofariasx/dockernativemanager"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/pedrofariasx/dockernativemanager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrofariasx%2Fdockernativemanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrofariasx%2Fdockernativemanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrofariasx%2Fdockernativemanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrofariasx%2Fdockernativemanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrofariasx","download_url":"https://codeload.github.com/pedrofariasx/dockernativemanager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrofariasx%2Fdockernativemanager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":["docker","linux","react","rust","tauri","typescript","ubuntu"],"created_at":"2026-03-13T06:02:02.653Z","updated_at":"2026-04-01T16:59:43.640Z","avatar_url":"https://github.com/pedrofariasx.png","language":"TypeScript","readme":"# Docker Native Manager\n\n[![Tauri v2](https://img.shields.io/badge/Tauri-v2.1-blue?logo=tauri)](https://tauri.app)\n[![React](https://img.shields.io/badge/React-19.2-blue?logo=react)](https://react.dev)\n[![Rust](https://img.shields.io/badge/Rust-1.80%2B-orange?logo=rust)](https://www.rust-lang.org/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\nA modern, native, and blazing-fast desktop application to manage your Docker environments, built with **Tauri v2**, **React**, **TypeScript**, and **Rust**.\n\n![alt text](\u003cdockernm.png\u003e)\n\n## ✨ Features\n\n- **Dynamic Dashboard**: Real-time overview of your Docker system, including container counts, image storage, and host resource availability (CPU/RAM).\n- **Containers Management**: Full control with start, stop, restart, delete, and advanced creation (Ports, Envs, Volumes).\n- **Interactive Terminal**: Access container shells directly with a built-in terminal (powered by xterm.js).\n- **Bulk Actions**: Select multiple containers or images to perform operations like start, stop, or delete in one go.\n- **Real-Time Event Driven**: UI updates instantly using Tauri Events, eliminating unnecessary polling and reducing resource usage.\n- **Advanced Filtering**: Quickly find resources with instant search and status-based filters (Running, Exited, etc.).\n- **Resource Inspection**: Deep-dive into any resource (Containers, Images, Volumes, Networks) with a built-in JSON inspector.\n- **Live Logs \u0026 Stats**: Monitor CPU/Memory usage and view log streams directly from the native backend.\n- **Theme Support**: Seamlessly switch between Dark and Light modes.\n- **Volumes \u0026 Networks**: Full management of data storage and virtual networks.\n- **Docker Compose / Stacks**: Deploy and manage multi-container projects with ease.\n- **System Maintenance**: One-click `Docker System Prune` to reclaim disk space instantly.\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js (`v20` or higher recommended)\n- `pnpm` (Package manager)\n- Rust (latest stable version)\n- Docker Desktop or Docker Engine running locally\n\n### Distributions using DPKG (Debian, Ubuntu, Mint, etc.)\n```bash\nsudo apt install ./docker-native-manager-x.y.z-x86_64.deb\n```\n### Distributions using RPM (Fedora/openSUSE, etc.)\n```bash\nsudo dnf install ./docker-native-manager-x.y.z-x86_64.rpm\nsudo zypper install ./docker-native-manager-x.y.z-x86_64.rpm\n```\n### Distributions using ALPM (Arch Linux, CachyOS, SteamOS, etc.)\n```bash\nsudo pacman -U ./docker-native-manager-x.y.z-x86_64.pkg.tar.zst \n```\n\n### Portable installation (AppImage)\n```bash\nchmod +x docker-native-manager-x.y.z-x86_64.AppImage \u0026\u0026 ./docker-native-manager-x.y.z-x86_64.AppImage\n```\n\n### Manual Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/pedrofariasx/dockernativemanager.git\n   cd dockernativemanager\n   ```\n\n2. Install dependencies:\n   ```bash\n   pnpm install\n   ```\n\n3. Start the development server:\n   ```bash\n   pnpm tauri dev\n   ```\n\n## 📦 Building for Production\n\nTo create a standalone application installer:\n\n```bash\npnpm tauri build\n```\n\nThe resulting binaries will be placed in the `src-tauri/target/release/bundle` directory.\n\n## 🛠️ Technologies Used\n\n- **Frontend**:\n  - React 19\n  - Vite\n  - Tailwind CSS\n  - Shadcn UI (Radix Primitives)\n  - Lucide Icons\n- **Backend (Tauri)**:\n  - Rust\n  - Bollard (Docker API client)\n  - Tokio (Asynchronous runtime)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\nFeel free to check [issues page](https://github.com/pedrofariasx/dockernativemanager/issues).\n\n## 📝 License\n\nThis project is [MIT](https://opensource.org/licenses/MIT) licensed.\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=pedrofariasx/dockernativemanager\u0026type=Date)](https://www.star-history.com/#pedrofariasx/dockernativemanager\u0026Date)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrofariasx%2Fdockernativemanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrofariasx%2Fdockernativemanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrofariasx%2Fdockernativemanager/lists"}