Code Monkey home page Code Monkey logo

proto's Introduction

Proto Logo

Install and manage custom runners with ease on supported systems.

View Issues · Install · Contributing

Download Count Badge Release Badge

About

Proto is a command line tool designed to make it easier to manage custom runner installations (eg. Proton-GE) without the need to manually navigate the filesystem or extract tar files when a new build is released.

Key Features

  • The ability to add multiple runner release sources (GitHub only, must ship the runner in a .tar format)
  • The ability to bind directories to keywords so you don't have to remember or type them every time (ig. steam -> ~/.steam/root/compatabilitytools.d)
  • The ability to pull information about any release directly from GitHub
  • Powerful but minimal configuration (which is stored in a very portable format)
  • Fully documented through the command line using the -h flag after any command
  • Shell completion for bash, fish, powershell and zsh (via the completion command)
  • A built in app-updater for manual binary installs
  • Responsive & easy to use
  • Checksum validation (sha512sum only)

Usage

Proto is fully documentated from the command line by using the -h flag after any command, which includes usage examples and a full list of flags/arguments. A basic installation from Source #1 to the Steam directory would look like:

proto install --dir steam --source 1

You can tweak the configuration for Proto by running the following:

proto config

Installation

Important

The previously available repository at packages.bitsofabyte.dev is deprecated and will not be used for futher updates. Please remove it from your system's repositories, thanks!

Dependencies

Proto currently requires the following packages in order to function: tar

Methods

Manual Installation

Manually download a release file from the GitHub releases.

Show Steps
  1. Download the newest release for your system/architecture
  2. Extract the tar archive and place it somewhere inside of your $PATH

If you aren't sure on what architecture you need to download, you should try amd64 first as it is the most common.


From Source

Build Proto directly from the source for your system. Only recommended for advanced users that prefer to build from source or contributors.

Show Steps
  1. Make sure you have Go installed on your system and setup properly, alternatively use the Devcontainer setup.
  2. Install GoReleaser if you want to build using the supported buildsystem (Optional unless contributing)
  3. Run make build to build the binary for your system, or make build-all to build for all supported systems. You can optionally use ./build/scripts/upx.sh <file> to compress the binary with UPX (This is done automatically when using make and having GoReleaser installed with SKIP_COMPRESS=false set)
  4. You will find all the binaries in the ./dist directory alongside any other build artifacts.

proto's People

Contributors

blooym avatar actions-user avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.