Skip to content

Latest commit

Β 

History

History
67 lines (46 loc) Β· 2.19 KB

File metadata and controls

67 lines (46 loc) Β· 2.19 KB

DiskOfflaner v2.0.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).
  • πŸ”Œ Toggle Disk Status: Instantly switch disks between current 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.
  • ⚑ 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