# shirube-filer > A fast, customizable, cross-platform file manager built with Tauri (Rust + React). No telemetry. No subscriptions. Runs entirely on-device. shirube-filer (しるべファイラー) is a desktop file manager for Windows, macOS, and Linux. Key design principles: native performance via Rust backend, zero data collection, full local operation, and deep customizability through a pane/tab layout system. ## Product - [Home](https://shirube-filer.pages.dev/): Overview, features, cloud integrations, pricing - [GitHub Repository](https://github.com/ynaoak/shirube-filer): Source code, releases, issue tracker - [GitHub Sponsors](https://github.com/sponsors/ynaoak): Support development ## Core Features - Split-pane, multi-tab layout — unlimited panes arranged horizontally or vertically - Full-text search and file index for instant results across large directories - Multi-format preview: text, images, video, PDF, archives, EXIF metadata - Cloud storage integration: AWS S3, Box, Dropbox, Google Cloud Storage, Google Drive, OneDrive, SFTP, WebDAV - Git integration: status, log, diff, stage/unstage, stash, blame - Built-in terminal (PTY) with OSC 7 CWD tracking (Direct edition only) - Batch rename, file comparison, archive creation/extraction (zip, tar, zst) - Tag system and color labels for file organization - Addon system for extensibility (HTML/JS addons loaded via file://) - Keyboard-driven with fully customizable keybindings ## Editions | Feature | Direct | Mac App Store | Microsoft Store | |---------|--------|---------------|-----------------| | Terminal pane (PTY) | ✅ | ❌ | ❌ | | Shell command execution | ✅ | ❌ | ❌ | | All other features | ✅ | ✅ | ✅ | Store editions disable PTY and shell execution to comply with platform sandbox policies. ## Pricing - Paid app (buy-once). Exact price TBD at launch. - License: PolyForm Noncommercial 1.0.0 for source code; commercial use requires the official binary from a store or direct download. ## Legal - [Privacy Policy](https://shirube-filer.pages.dev/privacy): No telemetry, no analytics, credentials stored in OS secure store (Windows Credential Manager / macOS Keychain / Linux Secret Service) - [Terms of Use](https://shirube-filer.pages.dev/terms): PolyForm Noncommercial source license; store binaries allow commercial use - [License](https://github.com/ynaoak/shirube-filer/blob/main/LICENSE): PolyForm Noncommercial 1.0.0 - [Licensing Policy](https://github.com/ynaoak/shirube-filer/blob/main/LICENSING.md): Explains commercial vs noncommercial boundary ## Technical - Stack: Tauri v2, React, TypeScript, Rust - Platforms: Windows 10+, macOS 12+, Linux (AppImage / .deb) - Builds: `make build-windows`, `make build-mas`, `make build-msstore`, `make build-direct-mac` - [Full documentation](https://github.com/ynaoak/shirube-filer/tree/main/docs)