Cascade replaces your OS file manager with a column-based browser that shows your entire folder hierarchy at once. Navigate deep trees instantly, preview any file in place, tag files with colour-coded labels, and search your whole system in seconds — all in a beautifully designed, frameless window.
| 📂 Column browsing | Navigate nested folders side-by-side with smooth horizontal scrolling |
| 🏷️ Custom tags | Create colour-coded tags and filter your entire filesystem by them |
| ⚡ Instant search | Full-filesystem recursive search with fuzzy/typo-tolerant matching |
| 🗂️ Smart folders | Built-in views for Recent, All Images, Large Files, Screenshots & Documents |
| 👁️ Rich previews | Images, video, audio waveforms, text, code, PDFs — no separate app needed |
| 🎨 Glassmorphic UI | Custom frameless window with smooth animations and accent colour themes |
| 🤖 AI search | Smart natural-language search powered by Claude (optional, bring your own key) |
| 📦 Archive browsing | Browse ZIP and 7z archives in-place without extracting |
| 🪟 Shell integration | Windows context-menu "Open in Cascade" support |
Free forever. No sign-up, no telemetry, no subscription.
| Platform | File | Notes |
|---|---|---|
| 🪟 Windows | Cascade-Setup.exe | NSIS installer, 64-bit |
| 🪟 Windows Store | Cascade.appx | MSIX package |
| 🍎 macOS | Cascade-mac.dmg | Universal DMG |
| 🐧 Linux | Cascade-linux.AppImage | AppImage, no install needed |
Windows — Scoop
scoop bucket add cascade-everything https://github.com/Idan4956/cascade-everything
scoop install cascadeWindows — winget (pending approval)
winget install Idan4956.CascademacOS — Homebrew (coming soon)
brew install --cask cascade-everythingLinux — AppImage (manual)
chmod +x Cascade-linux.AppImage
./Cascade-linux.AppImagePrerequisites: Node.js 20+, Git
git clone https://github.com/Idan4956/cascade-everything.git
cd cascade-everything
npm install
# Development (hot-reload)
npm run dev
# Production build
npm run packageInstallers land in the release/ directory.
| Variable | Description |
|---|---|
ANTHROPIC_API_KEY |
Enables AI-powered search (optional) |
Contributions of any size are welcome — bug fixes, new features, documentation improvements, or just a typo fix.
- Fork the repository
- Create a branch:
git checkout -b feat/your-feature - Commit your changes
- Open a pull request
See CONTRIBUTING.md for detailed guidelines.
Questions, bug reports, feature requests → open an issue or email cascadefileeverything@gmail.com.
MIT © Idan4956 — free to use, fork, and build on.