Fuji RAF X-Trans Support
It took a while, but it’s finally here: most Fuji cameras and RAF files are now supported! 🔥
The demosaicing algorithm still has room for improvement - particularly in the corners - but it’s already quite usable. If you have any technical suggestions for improving it, feel free to open an issue.

Small Performance Improvements
I discovered a bug that caused the image to reload from disk every time the thumbnail was updated, which led to performance issues on slower systems. This has now been resolved.
Running on macOS
To run the app on macOS, you’ll need to remove the quarantine flag using the following command:
xattr -dr com.apple.quarantine /Applications/RapidRAW.app
This is necessary because the app isn’t code-signed yet, and macOS may otherwise report it as "corrupted."