Technical Deep Dives

Technical articles about RsyncUI’s implementation, architecture, and advanced concepts.

Posts in 2026
  • Compiling RsyncUI

    Friday, January 16, 2026 in Technical Deep Dives

    Overview There are at least three methods to compile RsyncUI, one without an Apple Developer account and two with an Apple Developer account. Regardless of the method used, it is straightforward to compile RsyncUI, as it is not dependent on any …

    Read more

  • Verify remote

    Thursday, January 15, 2026 in Technical Deep Dives

    Overview The “verify remote” function has been removed in RsyncUI version 2.8.6, which was released on January 8, 2026. A new application, RsyncVerify, is scheduled for release in February. Further refinement of the user interface is …

    Read more

Posts in 2025
  • Tagging of data

    Saturday, March 01, 2025 in Technical Deep Dives

    Overview RsyncUI must tag data accurately; otherwise some source data might not synchronize. RsyncUI supports both the latest rsync release and the legacy macOS default version. Tagging is computed in the ParseRsyncOutput Swift package bundled with …

    Read more

  • Swift concurrency

    Saturday, March 01, 2025 in Technical Deep Dives

    I’m developing a new macOS application, RawCull, that uses Swift concurrency in a unique way. My understanding of Swift concurrency is still limited, so I recommend exploring articles from experts in the field. However, RawCull also has a technical …

    Read more