awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
thebookisclosed avatar

thebookisclosed/ViVe

0
View on GitHub↗
6,571 stars·352 forks·C#·gpl-3.0·14 views

ViVe

Features

  • Windows A/B Feature Toggle Managers - Enables or disables hidden Windows 10+ A/B feature experiments and persists the state across reboots without manual registry editing.
  • Windows A/B Feature Status Readers - Reads the current enabled or disabled status of any A/B feature experiment on a Windows 10 or later system.
  • Feature State Registry Persisters - Stores feature toggle states in the Windows Registry to ensure changes survive system reboots without additional configuration files.
  • Windows A/B Feature State Readers - Reads the current enabled or disabled status of Windows A/B experiments by querying system-level feature configuration stores.
  • Windows A/B Feature Toggle Managers - Reads and toggles A/B feature experiment states on Windows 10+ systems with persistent changes across reboots.
  • Windows A/B Feature Toggle Operations - Toggles an A/B feature experiment on or off and saves the change so it persists across system restarts.
  • Native API Bridges - Provides a bridge to call native Windows APIs directly from shared code without per-OS implementations.
  • Direct Windows API Invocation Layers - Directly invokes Windows system APIs from shared code to access and modify A/B feature states without OS-specific wrappers.
  • Boot-Persistent State Controllers - Saves feature state changes so they survive system restarts instead of resetting.
  • Boot-Persistent State Persisters - Persists a feature state change across system restarts so it survives a reboot instead of resetting.
  • Windows Feature ID Enumeration Tables - Maps human-readable feature names to internal Windows A/B experiment identifiers using a predefined enumeration table.
  • Protected Registry Key Access Managers - Manages Windows Registry security descriptors to read and write feature states in protected system hive locations.
  • Atomic Registry Toggle Operations - Performs feature state changes as atomic registry write operations to prevent partial updates or corruption during toggling.

Star history

Star history chart for thebookisclosed/viveStar history chart for thebookisclosed/vive

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 ViVe

Similar open-source projects, ranked by how many features they share with ViVe.
  • flutter-team-archive/pluginsflutter-team-archive avatar

    flutter-team-archive/plugins

    17,710View on GitHub↗

    This project is a collection of official plugin packages and a native integration library designed to provide a consistent interface for accessing hardware and software functionality across different mobile and desktop platforms. It serves as a native platform bridge, enabling cross-platform applications to invoke native code and manage operating system dependencies. The project utilizes a federated plugin architecture, splitting plugins into common interfaces and separate platform implementations to allow for independent development and extension. It further supports native integration throu

    Dartandroiddartflutter
    View on GitHub↗17,710
  • zoontek/react-native-permissionszoontek avatar

    zoontek/react-native-permissions

    4,370View on GitHub↗

    react-native-permissions is a cross-platform permissions library that provides a unified interface for requesting and checking system permissions across iOS, Android, and Windows. It functions as a permission status manager and device capability auditor to determine if access to sensitive data or hardware is granted, denied, or blocked. The project includes a media access controller to handle limited access to photos and contacts through system-native pickers. It also features a system settings integrator that directs users to device settings pages to manually toggle application and notificat

    Objective-C++authorizationpermissionsreact
    View on GitHub↗4,370
  • rikkaapps/shizukuRikkaApps avatar

    RikkaApps/Shizuku

    26,413View on GitHub↗

    Shizuku is a framework that enables standard mobile applications to interact with restricted system-level interfaces and services. By acting as a bridge between the user space and protected system functions, it allows applications to perform privileged operations that are typically inaccessible due to standard operating system sandbox limitations. The project functions by routing requests through a persistent background service, which facilitates communication with internal system services and remote interfaces. This architecture allows for the execution of system-level tasks and the manageme

    Kotlin
    View on GitHub↗26,413
  • apache/cordova-androidapache avatar

    apache/cordova-android

    3,786View on GitHub↗

    This project is an Android hybrid mobile framework that enables the development of applications running web content inside a native Android container. It functions as a cross-platform build system that packages shared web assets into native binaries, allowing developers to access device hardware and system APIs via JavaScript. The framework utilizes a native device API bridge and a plugin architecture to expose hardware sensors and system-level functionality not available through standard browser interfaces. It employs a manifest-driven orchestration system to manage application metadata, bra

    JavaScript
    View on GitHub↗3,786
See all 30 alternatives to ViVe→

Frequently asked questions

What are the main features of thebookisclosed/vive?

The main features of thebookisclosed/vive are: Windows A/B Feature Toggle Managers, Windows A/B Feature Status Readers, Feature State Registry Persisters, Windows A/B Feature State Readers, Windows A/B Feature Toggle Operations, Native API Bridges, Direct Windows API Invocation Layers, Boot-Persistent State Controllers.

What are some open-source alternatives to thebookisclosed/vive?

Open-source alternatives to thebookisclosed/vive include: flutter-team-archive/plugins — This project is a collection of official plugin packages and a native integration library designed to provide a… zoontek/react-native-permissions — react-native-permissions is a cross-platform permissions library that provides a unified interface for requesting and… rikkaapps/shizuku — Shizuku is a framework that enables standard mobile applications to interact with restricted system-level interfaces… invertase/react-native-firebase — react-native-firebase is a modular set of libraries that integrates Firebase cloud services into cross-platform mobile… apache/cordova-android — This project is an Android hybrid mobile framework that enables the development of applications running web content… flutter/samples — This is a comprehensive library of code examples and reference implementations for building cross-platform user…