IPAverse for .ipa archiving
A new open‑source macOS app, IPAverse, built entirely with SwiftUI lets developers sign in with Apple ID, search the App Store and download.ipa files for archiving or sideloading announced. It's a lightweight tool for version management and offline app archiving in dev labs.
The project is authored by Bahattin Koc (GitHub user bahattinkoc) and is published under the MIT license; the repo shows a recent commit titled "Added login requirements." (github.com) GitHub Releases lists an initial release tagged v1.0.0 published on August 22, 2025 with release assets attached. (github.com) ipaverse is available as a Homebrew cask (current version 1.0.0) that specifies macOS >= 14 and reports 9 installs in the last 30 days and 105 installs in the last 365 days in Homebrew’s index. (formulae.brew.sh) Repository metadata shows the codebase is 100% Swift, contains files named ContentView.swift and ipaverseApp.swift (SwiftUI-style entry points), and the public repo has more than 300 stars and dozens of forks under the single contributor bahattinkoc. (github.com)