CzkawkaTauri shixinhuang
Use this command to install CzkawkaTauri:
winget install --id=shixinhuang99.Czkawka.Tauri -e A Tauri-based frontend for Czkawka on macOS and Windows
winget install --id=shixinhuang99.Czkawka.Tauri -e A Tauri-based frontend for Czkawka on macOS and Windows
A Tauri-based frontend for Czkawka on macOS and Windows.


Homebrew:
# Install
brew tap shixinhuang99/brew
brew install --cask czkawka-tauri
# or
brew install --cask czkawka-tauri-ffmpeg
# Update
brew update
brew install --cask czkawka-tauri
# or
brew install --cask czkawka-tauri-ffmpeg
# Uninstall
brew uninstall --cask czkawka-tauri
# or
brew uninstall --cask czkawka-tauri-ffmpeg
macOS Security Warning: When running the app for the first time, you may see a security warning. This is normal for apps not signed with an Apple Developer certificate. To allow the app to run:
sudo xattr -rd com.apple.quarantine /Applications/CzkawkaTauri.app
⚠️ Note: This completely bypasses macOS security checks - only use this method if you trust the app source.Directory Access: Some system-controlled directories are excluded by default due to macOS permissions. If needed, click the Add button to open Finder, select the desired directory, and remove it from the excluded list. This allows the system to remember accessible directories.
FFmpeg Versions: Releases with the ffmpeg suffix include bundled FFmpeg binaries.
Requirements:
Run the project:
pnpm i
cargo build
just run
Format and lint:
just fmt
just check