- 🔹 Intuitive CLI — context‑aware help and suggestions
- ⚡ Blazing performance — near‑instant operations
- 🎨 Clean output — colorized, structured, and easy to parse
- 🛠 Comprehensive disk management — list, delete partitions
- 🔒 Safe by design — written in Rust, memory‑safe
- 🌐 Cross‑platform — tested on Linux and Android
| Feature | Status | Notes |
|---|---|---|
| List partitions | ✓ | Full verbose output |
| Delete partition | ✓ | Removing, with auto-write |
| Create partition | ✗ | Add soon |
| Support FS (ext4, ntfs, etc.) | ✗ | Add filesystems soon |
| Show detailed info | ✗ | UUID, flags, mount status soon |
| Resize existing partition | ✗ | 🔜 Planning |
| CLI Interface | ✓ | CLI interface as in parted |
| TUI Interface | ✗ | TUI interface planned |
| GUI frontend | ✗ | Planning |
git clone https://codeberg.org/titago/partix.gitcd partixcargo build --releaseWe welcome contributions! Please:
⭐️ Star the repo
🍴 Fork & create a branch (feature/xyz)
📝 Add tests & documentation
🔀 Open a Pull Request
This project is licensed under the AGPL-3.0 License. See LICENSE for details.