awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
eure avatar

eure/AppVersionMonitor

0
View on GitHub↗
263 stars·20 forks·Swift·MIT·2 views

AppVersionMonitor

Monitor iOS app version easily.

Features

  • Version Management - Monitors app versions easily.

Star history

Star history chart for eure/appversionmonitorStar history chart for eure/appversionmonitor

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to AppVersionMonitor

Similar open-source projects, ranked by how many features they share with AppVersionMonitor.
  • eush77/semver-maxeush77 avatar

    eush77/semver-max

    4View on GitHub↗

    Find maximum (or minimum) version according to semver

    JavaScript
    View on GitHub↗4
  • moovweb/gvmmoovweb avatar

    moovweb/gvm

    11,645View on GitHub↗

    Gvm is a Go version manager, environment orchestrator, and dependency isolator. It provides a system for installing, removing, and switching between different versions of the Go programming language on a single machine. The tool manages native dependencies and creates isolated package sets to prevent version conflicts between different project environments. It uses environment variable overlays and directory isolation to link native code without modifying the host operating system. The software covers the full language lifecycle, including remote version cataloging, active version switching,

    Shelldependency-managergolang
    View on GitHub↗11,645
  • mrackwitz/versionmrackwitz avatar

    mrackwitz/Version

    185View on GitHub↗

    Represent and compare versions via semantic versioning (SemVer) in Swift

    Swift
    View on GitHub↗185
  • artsabintsev/sirenArtSabintsev avatar

    ArtSabintsev/Siren

    4,294View on GitHub↗

    Siren is an application update management tool that identifies available app store versions and prompts users to upgrade their installations. It uses semantic versioning to compare the installed version against the store version and integrates with store APIs to fetch the latest metadata. The tool manages the update experience through forced update implementations, optional update suggestions, and phased rollouts that postpone notifications for a set number of days. It includes an operating system compatibility verifier to prevent update prompts if the device does not meet the minimum require

    Swift
    View on GitHub↗4,294
See all 9 alternatives to AppVersionMonitor→

Frequently asked questions

What does eure/appversionmonitor do?

Monitor iOS app version easily.

What are the main features of eure/appversionmonitor?

The main features of eure/appversionmonitor are: Version Management.

What are some open-source alternatives to eure/appversionmonitor?

Open-source alternatives to eure/appversionmonitor include: artsabintsev/siren — Siren is an application update management tool that identifies available app store versions and prompts users to… eush77/semver-max — Find maximum (or minimum) version according to semver. moovweb/gvm — Gvm is a Go version manager, environment orchestrator, and dependency isolator. It provides a system for installing,… mrackwitz/version — Represent and compare versions via semantic versioning (SemVer) in Swift. npm/node-semver — node-semver is a tool for parsing, comparing, and validating version strings according to the Semantic Versioning… parro-it/semver-first-satisfied — Find minimum in an array of version that satisfies a semver range.