Skip to content

Latest commit

Β 

History

History
73 lines (52 loc) Β· 2.58 KB

File metadata and controls

73 lines (52 loc) Β· 2.58 KB

DiskOfflaner v2.1.0

Safe, Simple, and Reliable Disk Management for Windows.

DiskOfflaner is a modern utility built with Rust and Tauri designed to help you strictly control your physical drives. Easily mount, unmount, and toggle disks offline/online with a safety-first approach.

DiskOfflaner Screenshot

πŸš€ Features

  • πŸ›‘οΈ Safe Mode: Prevent accidental data loss by requiring confirmation before critical actions (Offline, Unmount).
  • πŸ“ˆ Disk Usage Bar: Visual representation of disk usage with dynamic color thresholds:
    • 🟒 0-65%: Healthy (Green)
    • 🟠 66-80%: Warning (Orange)
    • πŸ”΄ 81-100%: Critical (Red)
  • πŸ”Œ Toggle Disk Status: Instantly switch disks between Online and Offline states.
  • πŸ“‚ Mount & Unmount: Assign drive letters (Auto or Manual) and unmount partitions on the fly.
  • πŸ“Š Detailed System Info: View comprehensive hardware details including Model, Serial Number, and SMART health prediction.
  • 🎨 Modern UI: Beautiful interface with Dark/Light themes, adjustable Zoom, and smooth animations.
  • ✨ Premium Aesthetics: Refined Light Theme with sleek shadows, gradients, and polished components.
  • ⚑ High Performance: Built on Rust for near-instant startup and minimal resource usage.
  • ⚑ High Performance: Built on Rust for near-instant startup and minimal resource usage.

πŸ› οΈ Tech Stack

  • Backend: Rust (Tauri v2)
  • Frontend: SolidJS + Vite
  • Styling: Vanilla CSS (Variables & Glassmorphism)
  • Icons: Lucide Icons

πŸ“¦ Installation

Download the latest release from the Releases Page.

Portable: No installation required. Just run diskofflaner.exe.

πŸ’» Development

Prerequisites

Build from Source

  1. Clone the repository

    git clone https://github.com/AppsJuragan/diskofflaner.git
    cd diskofflaner
  2. Install dependencies

    bun install
  3. Run in Development Mode

    bun tauri dev
  4. Build Release

    bun tauri build --no-bundle

πŸ“ License

This project is licensed under the MIT License. See the LICENSE file for details.


Author: AppsJuragan