A respectable file explorer
npm run dev
# or: cd flutter_app && flutter run -d macos
# Linux: cd flutter_app && flutter run -d linux
# Windows: cd flutter_app && flutter run -d windowscd flutter_app
flutter build macos
# → flutter_app/build/macos/Build/Products/Release/Panorama.app
flutter build linux --release
../scripts/package-deb.sh 1.0.6
# → release/Panorama-1.0.6-linux-amd64.deb (or linux-arm64 on ARM hosts)
flutter build windows --release
# then on Windows:
powershell -File ../scripts/package-windows.ps1 -Version 1.0.6
# → release/Panorama-1.0.6-windows-x64-setup.exeTagged releases publish a macOS .zip, Linux .deb (amd64 + arm64), and Windows installer via GitHub Actions.
Install a /Applications/Panorama.app stub that opens the local Flutter build (so notes stay in this repo for Cursor):
./scripts/install-mac.shNotes are stored at notes/improvements.json (same path the Cursor improvement-notes skill expects).
- Dual-pane browsing, list/grid views, Quick Access locations
- Cut / copy / paste, rename, new folder, trash
- Open, Open with… (macOS), Reveal in file manager
- Drag-and-drop import
- Notes panel backed by
notes/improvements.json
