A fast, native macOS Finder alternative built with SwiftUI.
- Fast file browsing and searching
- Modern SwiftUI interface
- Sidebar with quick access locations
- Column-based file listing with sorting options
- File preview support
- Create new folders
- Double-click to open files with default applications
To build and run the app, use the included script:
./build_and_run.sh
This will:
- Build the project in release mode
- Create a macOS app bundle
- Launch the app
- macOS 13.0 or later
- Swift 6.0 or later
This app is built using:
- Swift Package Manager for dependency management
- SwiftUI for the user interface
- Foundation and AppKit frameworks for file system operations
The app includes several optimizations for speed:
- Asynchronous file loading with background threads
- Efficient file enumeration using FileManager
- Lazy loading of resources
- Proper caching of file attributes