Dextools is a simple Tauri desktop application for uploading and downloading files from Codex.
- Node.js (v24 or higher)
- Rust and Cargo
- Tauri CLI
- Clone the repository
- Install dependencies:
npm install
Run the development server:
cargo tauri devBuild the production application:
cargo tauri build