instant-tauri
v0.1.5
Published
A quick demo Tauri app that shows your current directory and lets you pick files
Downloads
23
Maintainers
Readme
instant-tauri
A quick demo Tauri desktop app that can be run instantly with npx.
Usage
npx instant-tauriWhat it does
- Shows the absolute path of the directory where you ran the command
- Provides a file picker button to select a
package.jsonfile - Updates the displayed path to the directory containing the selected file
Supported Platforms
- ✓ Linux x64
- ⚠️ macOS x64 (Intel) - Binary not yet included
- ⚠️ macOS ARM64 (Apple Silicon) - Binary not yet included
- ⚠️ Windows x64 - Binary not yet included
Note: Currently only Linux x64 binary is included. If you're on another platform and want to help, see BUILD.md for instructions on building platform-specific binaries.
Development
This is a proof-of-concept for distributing Tauri apps via npm. The app is built with:
- Tauri 2.x
- React 19
- Vite 7
License
MIT
