An open API service indexing awesome lists of open source software.

https://github.com/make-os/kit

The reference client of the MakeOS code collaboration protocol.
https://github.com/make-os/kit

blockchain collaboration decentralization git open-source oss

Last synced: 5 months ago
JSON representation

The reference client of the MakeOS code collaboration protocol.

Awesome Lists containing this project

README

          

# Kit - A MakeOS Client
- [Background](#background)
- [Installation](#install)

## Background

Kit is the official reference client of the MakeOS code collaboration protocol.

MakeOS is a project with a goal to decentralized code hosting and sharing to allow developers
and other collaborators build more freely without fear of censorship.
The MakeOS project started out of a need to distribute ownership and control an
of an open source codebase that may be deployed as a service such that the users of
the service not only co-own the codebase, but also all or part of the service.

## Install
These are the ways to install the Kit client.

### Install from homebrew
```
brew tap make-os/kit
brew install kit
```

### Install from source
```
make install
```

### Use Pre-built binaries
We also provide pre-built binaries for macOS, Linux and Windows platforms. See our
[release](https://github.com/make-os/kit/releases) page for the latest binaries.

## Test
Run all Kit's test suites:

```
make test
```

## Contact
- hello@makeos.org