{"id":52113451,"url":"https://github.com/naskio/neptune-tv","last_synced_at":"2026-08-05T00:01:21.252Z","repository":{"id":353256499,"uuid":"1218635919","full_name":"naskio/neptune-tv","owner":"naskio","description":"High-performance, lightweight IPTV player built with Tauri, Rust, and React. Handles millions of channels with near-zero latency using a native SQLite engine.","archived":false,"fork":false,"pushed_at":"2026-04-23T04:36:59.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T06:24:57.566Z","etag":null,"topics":["cross-platform","desktop-app","high-performance","iptv-player","m3u8","react","rust","sqlite","streaming","tauri"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naskio.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-04-23T04:19:39.000Z","updated_at":"2026-04-23T04:37:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/naskio/neptune-tv","commit_stats":null,"previous_names":["naskio/neptune-tv"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/naskio/neptune-tv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fneptune-tv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fneptune-tv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fneptune-tv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fneptune-tv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naskio","download_url":"https://codeload.github.com/naskio/neptune-tv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fneptune-tv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36291773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-04T02:00:06.901Z","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":["cross-platform","desktop-app","high-performance","iptv-player","m3u8","react","rust","sqlite","streaming","tauri"],"created_at":"2026-08-05T00:01:20.644Z","updated_at":"2026-08-05T00:01:21.246Z","avatar_url":"https://github.com/naskio.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"public/neptune.svg\" alt=\"Neptune TV Logo\" width=\"140\" /\u003e\n    \u003ch1\u003eNeptune TV\u003c/h1\u003e\n    \u003cem\u003eBlazing-Fast IPTV M3U8 Player\u003c/em\u003e\n    \u003cp\u003e\u003c/p\u003e\n\u003c/div\u003e\n\nNeptune TV is a desktop IPTV application engineered for speed. Unlike traditional players that struggle with large\nplaylists, Neptune uses a Rust-driven SQLite core to index and filter millions of entries instantly.\n\n## Why\n\nmost IPTV players (like VLC or Web-based ones) lag or crash when loading a 40MB M3U8 file.\n\n## Key Features\n\n- _Rust Core_: Blazing fast M3U8 parsing and data management.\n- _Low Footprint_: Uses the native OS WebView—tiny binary size, minimal RAM usage.\n- _Massive Playlist Support_: Smoothly handles files with 1M+ entries via SQLite indexing.\n- _Group Virtualization_: Instant scrolling through thousands of categories.\n- _Global Search_: Find any channel in milliseconds.\n- _Cross-Platform_: Runs on Windows, macOS, and Linux.\n- _External playback_: HLS, M3U/DASH manifests, and `rtsp`/`rtmp`/`srt`–style stream URLs try **VLC** when it is installed; other URLs use the OS default handler.\n\n## Tech Stack\n\n- _Framework_: Tauri\n- _Backend_: Rust (for parsing and DB)\n- _Database_: SQLite (local persistence)\n- _Frontend_: React + TypeScript + Tailwind CSS with shadcn/ui\n- _List Rendering_: TanStack Virtual\n\n---\n\n## Requirements\n\n- [Node.js](https://nodejs.org/) (LTS recommended)\n- [Rust](https://www.rust-lang.org/tools/install) (stable toolchain; `clippy` + `rustfmt` recommended)\n- [Yarn](https://yarnpkg.com/) 4.x (Berry)\n\n## Development\n\n```shell\nyarn install\n```\n\n- **Full app (Tauri + Vite):** `yarn tauri dev`\n- **Frontend only (mock adapter):** `yarn dev`\n- **Tests:** `yarn test`\n- **Lint:** `yarn lint` · **Typecheck:** `yarn typecheck`\n- **Rust:** from `src-tauri/`: `cargo clippy --all-targets -- -D warnings` · `cargo test` · `cargo fmt --check`\n\n## Build\n\nProduction bundle (installers per platform):\n\n```shell\nyarn tauri build\n```\n\nArtifacts are emitted under `src-tauri/target/release/` and platform-specific bundle outputs (e.g. `.dmg`, `.msi`).\n\n## Documentation\n\n- Product and behaviour: [`FEATURES.md`](FEATURES.md)\n- Engineering reference: [`CLAUDE.md`](CLAUDE.md)\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 — see [`LICENSE`](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaskio%2Fneptune-tv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaskio%2Fneptune-tv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaskio%2Fneptune-tv/lists"}