Skip to content

dedestem/dfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFINDER

An fast and opensource filebrowser written in rust.

Roadmap: https://trello.com/b/DSGNLd6k/dfinder Icons source: https://fonts.google.com/icons

Supported os's

Win11
Win10

Installer notice

When using .msi you need admin
When using .exe you dont need admin


Preview video 0.2.0

Preview video 0.2.0 | YT

How to build | On Windows

WARNING SOURCECODE IS MOST TIMES STABLE.
IF NOT USE AND RELEASE SOURCECODE



Install git and rust and tauri.

winget install --id Git.Git -e --source winget
https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe Run this installer of rust
cargo install tauri-cli

Clone and init

git clone https://github.com/dedestem/dfinder
cd dfinder/src-tauri

Build for dev = Runs without making exe/installer

cargo tauri dev

Build for installer .exe and .msi

cargo tauri build

Warning DFinder 0.2.5 is broken