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.
- Host: GitHub
- URL: https://github.com/make-os/kit
- Owner: make-os
- License: apache-2.0
- Created: 2020-07-25T11:06:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T22:01:25.000Z (over 4 years ago)
- Last Synced: 2023-07-12T12:13:15.223Z (almost 3 years ago)
- Topics: blockchain, collaboration, decentralization, git, open-source, oss
- Language: Go
- Homepage: https://docs.makeos.org
- Size: 6.06 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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