CrabNebula DevTools
This content is not available in your language yet.
CrabNebula provides a free DevTools application for Tauri as part of its partnership with the Tauri project. This application allows you to instrument your Tauri app by capturing its embedded assets, Tauri configuration file, logs and spans and providing a web frontend to seamlessly visualize data in real time.
With the CrabNebula DevTools you can inspect your app’s log events (including logs from dependencies), track down the performance of your command calls and overall Tauri API usage, with a special interface for Tauri events and commands, including payload, responses and inner logs and execution spans.
To enable the CrabNebula DevTools, install the devtools crate:
And initialize the plugin as soon as possible in your main function:
And then run your app as usual, if everything is set up correctly devtools will print the following message:
For more information, see the CrabNebula DevTools documentation.
© 2025 Tauri Contributors. CC-BY / MIT