Skip to content
/ kit Public

The reference client of the MakeOS code collaboration protocol.

License

Notifications You must be signed in to change notification settings

make-os/kit

Repository files navigation

Kit - A MakeOS Client

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 page for the latest binaries.

Test

Run all Kit's test suites:

make test

Contact