v2.1.0-beta
Pre-release2.1.0 alpha adds the ability to install a background helper that has root permissions and can run TmpFS creation without prompting for a password.
Right now the communication between the two services is somewhat secure but I imagine I will need to sure up the interface on the TmpDiskCreator to check the incoming commands more thoroughly to ensure that only mountfs and other calls are valid.
This has been fairly well battle tested by a few people over the past few months but if you'd like to help the final stretch of testing please reach out at [email protected] or at @imthie on threads or https://macaw.social/@imothee
Update 7/21/24
Fixes issue with code signed helper not always being valid through XPC. This means the tmpdisk creation should always work when using the helper now. Fixed the way XPC calls are made so there's no hanging creation threads or errors when uninstalling the helper.