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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesPlugin Auto-Updaters

Periodically checks a configured endpoint for new plugin versions and applies updates automatically.

Distinct from Automatic Software Updates: Distinct from Automatic Software Updates: focuses on plugin-specific version checking and updates rather than general desktop application updates.

Explore 6 awesome GitHub repositories matching business & productivity software · Plugin Auto-Updaters. Refine with filters or upvote what's useful.

Awesome Plugin Auto-Updaters GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • emdash-cms/emdashAvatar de emdash-cms

    emdash-cms/emdash

    10,887Ver en GitHub↗

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    Requires a minimum age for plugin releases before they can be installed.

    TypeScriptastrocmsemdash
    Ver en GitHub↗10,887
  • retorquere/zotero-better-bibtexAvatar de retorquere

    retorquere/zotero-better-bibtex

    6,833Ver en GitHub↗

    Make Zotero effective for us LaTeX holdouts

    Checks for newer plugin releases automatically and applies updates without manual reinstallation.

    TypeScriptbibbiblatexbibtex
    Ver en GitHub↗6,833
  • openstyles/stylusAvatar de openstyles

    openstyles/stylus

    6,710Ver en GitHub↗

    Stylus is a browser extension for installing, managing, and editing user-created CSS themes that customize the appearance of websites. It provides a central interface for organizing, enabling, disabling, and removing installed styles, and includes a built-in CSS editor with syntax highlighting and linting support. The extension supports the UserCSS format, allowing users to install themes from .user.css files or URLs, and generates a basic UserCSS template with required metadata fields when creating new styles. Stylus can watch local .user.css files for changes and automatically apply edi

    Checks for and applies updates to installed CSS themes using configurable per-style and global update settings.

    JavaScriptchrome-extensionfirefox-extensionopera-addon
    Ver en GitHub↗6,710
  • standardnotes/appAvatar de standardnotes

    standardnotes/app

    6,519Ver en GitHub↗

    Pings a configured endpoint periodically to check for new plugin versions and applies updates automatically.

    TypeScriptencryptedevernotemarkdown
    Ver en GitHub↗6,519
  • j178/prekAvatar de j178

    j178/prek

    6,297Ver en GitHub↗

    Prek is a Git hook manager written in Rust that runs configured hooks as a single binary without requiring Python or other external runtimes. It executes hooks faster than standard tools through parallel processing and bundled Rust implementations, and includes a built-in hook repository that enables fully offline operation without network access or environment setup. The tool supports both TOML and YAML configuration formats with identical semantics, and can run hooks from existing pre-commit configuration files without modification. Prek distinguishes itself through workspace-aware monorepo

    Updates pinned hook revisions with a configurable cooldown period and validates them against upstream refs.

    Rustgitgit-hookspre-commit
    Ver en GitHub↗6,297
  • nicholas-fedor/watchtowerAvatar de nicholas-fedor

    nicholas-fedor/watchtower

    2,771Ver en GitHub↗

    Watchtower is a Docker container update automator that monitors registries for new image pushes and automatically restarts containers with the latest versions. It functions as a container lifecycle manager, handling the process of bringing running containers up to date without manual intervention. The service includes specialized controls to manage deployment risk and precision, such as image age deferral and deployment cooldowns to protect against buggy releases. It supports image tag pinning to restrict updates to specific version series and can operate as a self-updating service to maintai

    Delays the application of new images until they meet a minimum age requirement to protect against buggy releases.

    Gocommunity-projectdockergo
    Ver en GitHub↗2,771
  1. Home
  2. Business & Productivity Software
  3. Automatic Software Updates
  4. Plugin Auto-Updaters

Explorar subetiquetas

  • Cooldown-Based Hook UpdatersUpdates pinned hook revisions with a configurable cooldown period and validates them against upstream refs. **Distinct from Plugin Auto-Updaters:** Distinct from Plugin Auto-Updaters: adds a configurable cooldown period and SHA validation against upstream refs for security.
  • Release Age FiltersIgnores releases newer than a specified number of days when auto-updating hook revisions. **Distinct from Plugin Auto-Updaters:** Distinct from Plugin Auto-Updaters: adds a time-based filter to skip very recent releases during auto-update.
  • Userstyle Auto-UpdatersPeriodically checks a configured endpoint for new userstyle versions and applies updates automatically. **Distinct from Plugin Auto-Updaters:** Distinct from Plugin Auto-Updaters: focuses on updating CSS userstyles rather than software plugins.