All Projects → keybase → go-updater

keybase / go-updater

Licence: MIT license
Update framework (golang)

Programming Languages

go
31211 projects - #10 most used programming language
objective c
16641 projects - #2 most used programming language
C#
18002 projects

Projects that are alternatives of or similar to go-updater

auto-updater
Node.js auto-update plugin
Stars: ✭ 71 (-4.05%)
Mutual labels:  updater
WebUpdate
Simple JSON based WebUpdate
Stars: ✭ 32 (-56.76%)
Mutual labels:  updater
cylon-deb
TUI menu driven bash shell script to update and maintain a Debian based Linux distro.
Stars: ✭ 23 (-68.92%)
Mutual labels:  updater
translations-updater
A WordPress library to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted language packs.
Stars: ✭ 17 (-77.03%)
Mutual labels:  updater
confidante
Usable encrypted email
Stars: ✭ 12 (-83.78%)
Mutual labels:  keybase
vscode-updater
A simple script to automate downloading, installing and restarting Visual Studio Code.
Stars: ✭ 59 (-20.27%)
Mutual labels:  updater
passbase
Keybase File System (KBFS)-backed CLI-based password manager
Stars: ✭ 26 (-64.86%)
Mutual labels:  keybase
Port-Able-Suite
🌐 Manager for portable applications
Stars: ✭ 35 (-52.7%)
Mutual labels:  updater
AppImageUpdater
AppImage Updater for Humans built with QML/C++ with Qt5 ❤️.
Stars: ✭ 31 (-58.11%)
Mutual labels:  updater
ProgramUpdater
PUF - Program Updater Framework. A library to easier the task of program updating
Stars: ✭ 14 (-81.08%)
Mutual labels:  updater
keybase-chat-notifier
Simple desktop notifier for keybase chat
Stars: ✭ 18 (-75.68%)
Mutual labels:  keybase
keywee
WeeChat plugin for Keybase chat
Stars: ✭ 14 (-81.08%)
Mutual labels:  keybase
actions
A Collection of GitHub Actions
Stars: ✭ 91 (+22.97%)
Mutual labels:  keybase
Kaju
Xojo code for implementing self-updating apps
Stars: ✭ 52 (-29.73%)
Mutual labels:  updater
Spiget-Update
Spigot & Bungeecord updater API
Stars: ✭ 25 (-66.22%)
Mutual labels:  updater
PATCH
The PATCH repository for issues tracking, wiki and shared material.
Stars: ✭ 34 (-54.05%)
Mutual labels:  updater
KeybaseRegistry
On-chain registry of Ethereum addreses <> https://keybase.io identities
Stars: ✭ 27 (-63.51%)
Mutual labels:  keybase
lokey
A tool that makes it easy to work with and convert between cryptographic key formats
Stars: ✭ 87 (+17.57%)
Mutual labels:  keybase
OSRSUpdater
A simple (and outdated) Old-School RuneScape decompiler/deobfuscator. Performs field and method analysis which uses ASM and bytecode patterns for identification. Identified fields could be used for creating bot clients or QoL clients. For educational use only.
Stars: ✭ 13 (-82.43%)
Mutual labels:  updater
PlexServerAutoUpdater
Automatically update Plex when running the Plex service.
Stars: ✭ 94 (+27.03%)
Mutual labels:  updater

Updater

Build Status Build Status Coverage Status GoDoc

Warning: This isn't ready for non-Keybase libraries to use yet!

The goals of this library are to provide an updater that:

  • Is simple
  • Works on all our platforms (at least OS X, Windows, Linux)
  • Recovers from non-fatal errors
  • Every request or command execution should timeout (nothing blocks)
  • Can recover from failures in its environment
  • Can run as an unprivileged background service
  • Has minimal, vendored dependencies
  • Is well tested
  • Is secure
  • Reports failures and activity
  • Can notify the user of any non-transient failures

This updater library is used to support updating (in background and on-demand) for Keybase apps and services.

Packages

The main package is the updater core, there are other support packages:

  • command: Executes a command with a timeout
  • keybase: Keybase specific behavior for updates
  • osx: MacOS specific UI
  • process: Utilities to find and terminate Processes
  • saltpack: Verify updates with saltpack
  • service: Runs the updater as a background service
  • sources: Update sources for remote locations (like S3), or locally (for testing)
  • test: Test resources
  • util: Utilities for updating, such as digests, env, file, http, unzip, etc.
  • watchdog: Utility to monitor processes and restart them (like launchd), for use with updater service
  • windows: Windows specific UI

Development

This library should pass the gometalinter.

There is a pre-commit hook available:

pip install pre-commit
go get -u github.com/alecthomas/gometalinter
gometalinter --install --update
pre-commit install
pre-commit run -a
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].