Web Analytics

CoDriver

⭐ 146 stars English by RickyDane

🌐 Language


codriver_banner


Buy Me a Coffee at ko-fi.com


A simple file explorer created because I wanted to learn the Rust language.
It is cross-platform and optimized for performance.



Performance is achieved through "jwalk" and "Tauri".

CoDriver does not use path caching to access files and folders, so performance is determined by Rust, disk speed, and CPU power.

⁉️ Please note that this software is still a work in progress and may contain bugs!

Links

Basic features

Advanced features

much faster to navigate to a desired location

Dependencies (If not working instantly)

Expand to show

Linux

  • openssl1.1
#### Debian / Ubuntu
sudo apt update
sudo apt install libwebkit2gtk-4.0-dev \
    build-essential \
    curl \
    wget \
    file \
    libssl-dev \
    libgtk-3-dev \
    libayatana-appindicator3-dev \
    librsvg2-dev
#### Arch

sudo apt update
sudo apt install libwebkit2gtk-4.0-dev \
    build-essential \
    curl \
    wget \
    file \
    libssl-dev \
    libgtk-3-dev \
    libayatana-appindicator3-dev \
    librsvg2-dev

#### Fedora

sudo dnf check-update
sudo dnf install openssl1.1 \
    webkit2gtk4.0-devel \
    openssl-devel \
    curl \
    wget \
    file \
    libappindicator-gtk3-devel \
    librsvg2-devel
sudo dnf group install "C Development Tools and Libraries"

🖥️ FTP / SFTP integration

CoDriver offers fully native, out-of-the-box support for FTP and SFTP remote connections. No external dependencies, FUSE layers, or sshfs mounts required! Simply connect your remote servers directly in the sidebar panel.

🏴‍☠️ Language Support

⚠️ Known issues:

📝 Todos:

User interface

Screenshot 2026-05-24 at 12 19 16 Screenshot 2026-05-24 at 12 19 40 Screenshot 2026-05-24 at 12 20 02 Screenshot 2026-05-24 at 12 20 07 Screenshot 2026-05-24 at 12 20 28 Screenshot 2026-05-24 at 12 23 18 Screenshot 2026-05-24 at 12 23 39

How to contribute

Set up your machine for developing Tauri v1 applications: Tauri prerequisites

Once this is done, simply run ``git clone https://github.com/RickyDane/CoDriver` or `gh repo clone RickyDane/CoDriver` in a location on your machine.

You should be able to run
`cargo tauri dev` in the root directory of this project to start building and running CoDriver.
Be sure to have tauri-cli installed:
`cargo install tauri-cli``

Release signing

macOS release artifacts must be signed and notarized to avoid Gatekeeper reporting that the installed app is damaged. See macOS signing and notarization for required GitHub Actions secrets and verification commands.

Star History

Star History Chart

#### Other third party software

--- Tranlated By Open Ai Tx | Last indexed: 2026-06-01 ---