FlareCommander is a minimal GUI tool for macOS that makes it easy to manage your Cloudflare KV pairs and namespaces.
You need to have a Cloudflare User API Token with the following permissions: Workers KV Storage:Edit.
To run the project locally, you need to have Node.js, Rust and Cargo installed. Then, clone the repository and install the dependencies. The project is build with Tauri. You can run it with the following command:
npm run tauri devThis application is not signed at the moment. If you see an error or warning about your application being “damaged” or “cannot be opened,” the FlareCommander app may have been marked with an Apple quarantine attribute. You can remove this attribute by running the following command in your terminal:
xattr -r -d com.apple.quarantine /path/to/FlareCommander.appThis project is licensed under the MIT License - see the LICENSE file for details.
