Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/multiverse-vcs/go-multiverse
Decentralized Version Control System
https://github.com/multiverse-vcs/go-multiverse
ipfs p2p
Last synced: 2 months ago
JSON representation
Decentralized Version Control System
- Host: GitHub
- URL: https://github.com/multiverse-vcs/go-multiverse
- Owner: multiverse-vcs
- License: agpl-3.0
- Created: 2020-07-28T17:44:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T12:48:29.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T05:35:14.366Z (3 months ago)
- Topics: ipfs, p2p
- Language: Go
- Homepage: http://www.multiverse-vcs.com
- Size: 25.5 MB
- Stars: 85
- Watchers: 9
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Multiverse
[![Gitter](https://badges.gitter.im/multiverse-vcs/community.svg)](https://gitter.im/multiverse-vcs/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![codecov](https://codecov.io/gh/multiverse-vcs/go-multiverse/branch/master/graph/badge.svg?token=Y6UBYBD56P)](https://codecov.io/gh/multiverse-vcs/go-multiverse)> The goal of the Multiverse project is to create a developer centric network for code hosting, collaboration, and archival.
> One that is community operated, privacy respecting, and completely open source.*This project is under heavy development. Changes may cause compatibility issues with previous versions.*
### About
Multiverse builds on top of the libp2p and IPFS projects to provide a decentralized code hosting network.
Decentralized networks shift the power from service providers to the users in the form of data ownership.Data ownership and data portability are the two core factors that will drive innovation on the Multiverse network.
Switching service providers is completely transparent as none of your data is trapped behind a walled garden.### Features
- Self host your repositories. No server setup required.
- Internet connection optional. Works on your local area network.
- Private by default. Remain anonymous or use a custom handle.### Getting Started
[Read the manual](docs/getting-started.md).
### Building
Go 1.16 or higher is required.
```bash
$ git clone https://github.com/multiverse-vcs/go-multiverse.git
$ cd go-multiverse
$ make install
```### Contributing
Found a bug or have a feature request? [Open an issue](https://github.com/multiverse-vcs/go-multiverse/issues/new).
Multiverse follows the [Contributor Covenant](https://contributor-covenant.org/version/2/0/code_of_conduct/) Code of Conduct.
### License
GNU Affero General Public License v3.0