{"id":49566125,"url":"https://github.com/ujas-dev/nexplorer","last_synced_at":"2026-05-03T11:47:26.044Z","repository":{"id":342125091,"uuid":"1172921071","full_name":"ujas-dev/nexplorer","owner":"ujas-dev","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-04T22:04:48.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-03T11:47:15.023Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ujas-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-04T20:38:39.000Z","updated_at":"2026-03-04T22:04:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ujas-dev/nexplorer","commit_stats":null,"previous_names":["ujas-dev/nexplorer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ujas-dev/nexplorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujas-dev%2Fnexplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujas-dev%2Fnexplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujas-dev%2Fnexplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujas-dev%2Fnexplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ujas-dev","download_url":"https://codeload.github.com/ujas-dev/nexplorer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujas-dev%2Fnexplorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32568036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":[],"created_at":"2026-05-03T11:47:25.369Z","updated_at":"2026-05-03T11:47:26.036Z","avatar_url":"https://github.com/ujas-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🗂️ NexPlorer v1.0.0\n\n\u003e The only file explorer that understands your files, not just their names.\n\u003e **Cross-platform · Offline-first · Open source · Zero telemetry**\n\n[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue)]()\n[![Version](https://img.shields.io/badge/version-1.0.0-brightgreen)]()\n[![License: MIT](https://img.shields.io/badge/license-MIT-green)]()\n[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey)]()\n\n---\n\n## 🚀 Quick Start\n\n```bash\n# 1. Clone\ngit clone https://github.com/YOUR_USERNAME/nexplorer.git \u0026\u0026 cd nexplorer\n\n# 2. Open in VS Code Dev Container (recommended)\ncode .\n# → VS Code: \"Reopen in Container\"\n\n# 3. Install deps inside container\npip install -r requirements.txt\n\n# 4. Launch GUI (VNC on :5900 from dev container)\npython -m nexplorer\n\n# 5. (Optional) Install as CLI command\npip install -e \".[full]\"\nnexplorer\n```\n\n---\n\n## 📦 Project Structure\n\n```\nnexplorer/\n├── __init__.py           ← version\n├── __main__.py           ← entry point (python -m nexplorer)\n├── core/\n│   ├── constants.py      ← categories, algorithm registry\n│   ├── drive.py          ← HDD/SSD/NVMe detection, disk usage\n│   ├── hasher.py         ← BLAKE3/SHA-256 file hashing\n│   ├── scanner.py        ← threaded directory scanner\n│   ├── transfer.py       ← ultra-fast copy/move + integrity gate + shred\n│   ├── compressor.py     ← 11 compression algorithms\n│   ├── encryptor.py      ← AES-256 vault encryption\n│   └── metadata.py       ← universal metadata reader + EXIF editor\n├── ui/\n│   ├── app.py            ← main CTk window + sidebar nav\n│   └── pages/\n│       ├── explorer.py   ← file browser (tree + list + detail)\n│       ├── transfer.py   ← copy/move with speed meter\n│       ├── compress.py   ← compress/decompress all algorithms\n│       ├── vault.py      ← encrypted folder vaults\n│       ├── analytics.py  ← storage treemap + duplicate cost\n│       └── settings.py   ← preferences\n└── plugins/              ← custom rename/processing plugins\n```\n\n---\n\n## ✨ What Makes NexPlorer Different\n\n| Feature | NexPlorer | Windows Explorer | macOS Finder | Files by Google |\n|---|---|---|---|---|\n| Copy integrity gate (hash before+after) | ✅ | ❌ | ❌ | ❌ |\n| Forensic-proof shred (7-pass DoD) | ✅ | ❌ | ❌ | ❌ |\n| SSD-aware delete (encrypt-then-TRIM) | ✅ | ❌ | ❌ | ❌ |\n| Atomic rename (instant same-drive move) | ✅ | ❌ | ❌ | ❌ |\n| Kernel-space copy (os.sendfile) | ✅ | ❌ | ❌ | ❌ |\n| 11 compression algorithms, smart auto-select | ✅ | zip only | zip only | ❌ |\n| Per-folder AES-256 vault encryption | ✅ | ❌ | ❌ | ❌ |\n| Drive type detection (show bottleneck) | ✅ | ❌ | ❌ | ❌ |\n| EXIF metadata editor (strip GPS, device) | ✅ | ❌ | ❌ | ❌ |\n| Universal file metadata panel | ✅ | Partial | Partial | ❌ |\n| Plugin system | ✅ | ❌ | ❌ | ❌ |\n| Fully offline, zero telemetry | ✅ | ❌ | ❌ | ❌ |\n\n---\n\n## 🛣️ Roadmap\n\n| Version | Features |\n|---|---|\n| **v1.0.0** ← current | Core engine + GUI explorer + transfer + compression + encryption |\n| **v1.1.0** | Analytics treemap · Vault UI · Settings · Watch mode |\n| **v1.2.0** | Local LLM file chat · Auto-tag by content · Natural language search |\n| **v1.3.0** | Multi-cloud unified view (S3/GDrive/Dropbox) · P2P LAN sync |\n| **v2.0.0** | Mobile (Kivy/Android/iOS) · Plugin marketplace |\n\n---\n\n## ⚙️ Dev Container Setup\n\nRequirements: **Docker Desktop, VS Code + Dev Containers extension**\n\n```\nVNC viewer → localhost:5900   (no password)\n```\n\nTested on: Windows 11 i7-1255U 16GB RAM [cite:164]\n\n---\n\n## 📄 License\n\nMIT — see [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujas-dev%2Fnexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fujas-dev%2Fnexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujas-dev%2Fnexplorer/lists"}