We value Open Source and make a point to release all our plugins on GitHub under a BSD License.
Build with Gradle (requires JDK 22+, the same as Recaf):
./gradlew build
This produces build/libs/recaf-wakatime-1.0.0.jar. Drop it into your Recaf plugins directory:
| OS | Location |
|---|---|
| Windows | %APPDATA%\Recaf\plugins |
| Linux | ~/.config/Recaf/plugins |
| macOS | ~/Library/Application Support/Recaf/plugins |
Save your API Key to ~/.wakatime.cfg.
Start Recaf and open a workspace.
You can also launch Recaf with the plugin already loaded straight from this project:
./gradlew runRecaf
Use Recaf like you normally do and your stats will be displayed on your WakaTime Dashboard.