Tinkerwell
Documentation
If Tinkerwell shows a blank screen after starting up (particularly after January 1st, 2026), this is caused by a statistics file that needs to be reset.
Delete the stats.json file from your Tinkerwell configuration directory:
Open Terminal and run:
rm ~/Library/Application\ Support/Tinkerwell/stats.json
Open PowerShell or Command Prompt and run:
del "%APPDATA%\Tinkerwell\stats.json"
Or manually navigate to C:\Users\<YourUsername>\AppData\Roaming\Tinkerwell\ and delete the stats.json file.
Open Terminal and run:
rm ~/.config/Tinkerwell/stats.json
The statistics file that Tinkerwell uses to track your yearly usage metrics (for features like "Wrapped") was missing initialization for the new year 2026. This caused the application to fail during startup. Deleting the file allows Tinkerwell to recreate it with the correct structure.
After deleting the file, restart Tinkerwell. The application should start normally. An updated version with a permanent fix will be available soon through the regular update mechanism.