{"id":29283388,"url":"https://github.com/ajaikumarvs/ixio","last_synced_at":"2026-02-07T23:04:11.690Z","repository":{"id":308004574,"uuid":"1030406384","full_name":"ajaikumarvs/Ixio","owner":"ajaikumarvs","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-03T14:18:57.000Z","size":243,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"zero","last_synced_at":"2025-08-03T16:13:54.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ajaikumarvs.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}},"created_at":"2025-08-01T15:27:46.000Z","updated_at":"2025-08-03T14:19:00.000Z","dependencies_parsed_at":"2025-08-03T16:25:08.157Z","dependency_job_id":null,"html_url":"https://github.com/ajaikumarvs/Ixio","commit_stats":null,"previous_names":["ajaikumarvs/ixio"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ajaikumarvs/Ixio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaikumarvs%2FIxio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaikumarvs%2FIxio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaikumarvs%2FIxio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaikumarvs%2FIxio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajaikumarvs","download_url":"https://codeload.github.com/ajaikumarvs/Ixio/tar.gz/refs/heads/zero","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaikumarvs%2FIxio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29211604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T22:58:45.823Z","status":"ssl_error","status_checked_at":"2026-02-07T22:58:45.272Z","response_time":63,"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":"2025-07-05T19:39:00.686Z","updated_at":"2026-02-07T23:04:11.685Z","avatar_url":"https://github.com/ajaikumarvs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ixio - Cross-Platform USB ISO Flashing Tool\n\nIxio is a modern, user-friendly desktop application for flashing ISO files to USB drives across Windows, macOS, and Linux. Built with Tauri v2, SvelteKit, and TypeScript, it will provide a comprehensive solution for creating bootable USB drives with advanced features and safety controls.\n\n🔄 **🚧 UNDER ACTIVE DEVELOPMENT 🚧** 🔄\n\n\u003e *This project is currently in active development and features are being implemented.*\n\n## 🚀 Features\n\n### Core Functionality\n- **Multi-Device Support**: Flash multiple USB drives simultaneously\n- **Drag \u0026 Drop Interface**: Easy ISO file selection with visual feedback\n- **Real-Time Progress**: Live speed and ETA displays for each device\n- **Batch Operations**: Queue management for sequential or parallel flashing\n\n### Advanced Configuration\n- **Partition Schemes**: GPT vs MBR selection for Windows compatibility\n- **File Systems**: FAT32, NTFS, exFAT support\n- **Boot Methods**: UEFI vs Legacy BIOS toggle\n- **Write Speed Control**: Prevent overheating on low-quality drives\n- **Buffer Size Adjustment**: Optimize for different system capabilities\n\n### Safety \u0026 Reliability\n- **Device Protection**: Automatic hiding of system drives and mounted partitions\n- **Verification System**: Post-flash integrity checking\n- **Format Options**: Quick vs full format before flashing\n- **Retry Mechanism**: Configurable retry attempts on write failures\n- **Confirmation Dialogs**: Safety prompts for destructive operations\n\n### Advanced Features\n- **Persistent Storage**: Option to preserve space for live USB persistence\n- **Device Lock Prevention**: Warnings for mounted devices\n- **Individual Settings**: Per-device configuration overrides\n- **Detailed Logging**: Comprehensive operation logs for troubleshooting\n\n## 🛠️ Technology Stack\n\n- **Frontend**: SvelteKit + TypeScript\n- **Backend**: Rust (Tauri v2)\n- **UI**: Modern, responsive design with accessibility focus\n- **Cross-Platform**: Windows, macOS, Linux support\n\n## 🔧 Development Setup\n\n*Note: This project is in early development. The setup instructions will be updated as the project progresses.*\n\n### Prerequisites\n- [Bun](https://bun.sh/) (latest version)\n- [Rust](https://rust-lang.org/) (latest stable)\n- [Tauri v2](https://tauri.app/start/)\n\n### Installation\n```bash\n# Clone the repository\ngit clone https://github.com/ajaikumarvs/ixio.git\ncd ixio\n\n# Install dependencies\nbun install\n\n# Start development server\nbun run tauri dev\n```\n\n### Building\n```bash\n# Build for development\nbun run build\n\n# Build for production\nbun run tauri build\n```\n\n## 📁 Project Structure\n\n```\nixio/\n├── src/                    # SvelteKit frontend\n│   ├── app.html           # Main HTML template\n│   └── routes/            # Application routes\n├── src-tauri/             # Tauri v2 backend\n│   ├── src/               # Rust source code\n│   ├── Cargo.toml         # Rust dependencies\n│   └── tauri.conf.json    # Tauri configuration\n└── static/                # Static assets\n```\n\n\n## ⚠️ **CRITICAL DISCLAIMER** ⚠️\n\n🚨 **WARNING: Ixio performs low-level disk operations that can result in PERMANENT DATA LOSS!** 🚨\n\n**Always backup important data before flashing USB drives. The developers are NOT responsible for any data loss or damage to hardware.**\n\n\u003e 💡 **Pro Tip**: Test on a spare USB drive first!\n\n## 🆘 Support\n\n- **Issues**: [GitHub Issues](https://github.com/ajaikumarvs/ixio/issues)\n- **Discussions**: [GitHub Discussions](https://github.com/ajaikumarvs/ixio/discussions)\n- **Documentation**: [Wiki](https://github.com/ajaikumarvs/ixio/wiki) (coming soon)\n\n---\n\n**Made with ❤️ for the open-source community**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaikumarvs%2Fixio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajaikumarvs%2Fixio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaikumarvs%2Fixio/lists"}