{"id":13509843,"url":"https://github.com/sahib/brig","last_synced_at":"2025-04-04T15:11:58.313Z","repository":{"id":37550421,"uuid":"49778387","full_name":"sahib/brig","owner":"sahib","description":"File synchronization on top of ipfs with git like interface \u0026 web based UI","archived":false,"fork":false,"pushed_at":"2024-02-13T20:46:10.000Z","size":139948,"stargazers_count":569,"open_issues_count":28,"forks_count":33,"subscribers_count":28,"default_branch":"develop","last_synced_at":"2024-10-29T14:18:51.298Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://brig.readthedocs.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sahib.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.rst","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-16T15:18:04.000Z","updated_at":"2024-10-22T22:29:04.000Z","dependencies_parsed_at":"2024-06-18T21:23:53.901Z","dependency_job_id":null,"html_url":"https://github.com/sahib/brig","commit_stats":{"total_commits":1982,"total_committers":8,"mean_commits":247.75,"dds":0.1892028254288597,"last_synced_commit":"6b7eccf8fcbd907fc759f8ca8aa814df8499e2ed"},"previous_names":["disorganizer/brig"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahib%2Fbrig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahib%2Fbrig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahib%2Fbrig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahib%2Fbrig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahib","download_url":"https://codeload.github.com/sahib/brig/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247185479,"owners_count":20897980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T02:01:14.220Z","updated_at":"2025-04-04T15:11:58.295Z","avatar_url":"https://github.com/sahib.png","language":"Go","funding_links":["https://liberapay.com/sahib/donate"],"categories":["Go","Apps","others"],"sub_categories":[],"readme":"# `brig`: Ship your data around the world\n\n\u003ccenter\u003e  \u003c!-- I know, that's not how you usually do it :) --\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/sahib/brig/master/docs/logo.png\" alt=\"a brig\" width=\"50%\"\u003e\n\u003c/center\u003e\n\n[![go reportcard](https://goreportcard.com/badge/github.com/sahib/brig)](https://goreportcard.com/report/github.com/sahib/brig)\n[![GoDoc](https://godoc.org/github.com/sahib/brig?status.svg)](https://godoc.org/github.com/sahib/brig)\n[![Build Status](https://travis-ci.org/sahib/brig.svg?branch=master)](https://travis-ci.org/sahib/brig)\n[![Documentation](https://readthedocs.org/projects/rmlint/badge/?version=latest)](http://brig.readthedocs.io/en/latest)\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1558/badge)](https://bestpractices.coreinfrastructure.org/en/projects/1558)\n\n![brig gateway in the files tab](docs/_static/gateway-files.png)\n\n## Table of Contents\n\n- [`brig`: Ship your data around the world](#brig-ship-your-data-around-the-world)\n  - [Table of Contents](#table-of-contents)\n  - [About](#about)\n  - [Installation](#installation)\n  - [Getting started](#getting-started)\n  - [Status](#status)\n  - [Documentation](#documentation)\n  - [Donations](#donations)\n  - [Focus](#focus)\n\n## About\n\n`brig` is a distributed \u0026 secure file synchronization tool with version control.\nIt is based on `IPFS`, written in Go and will feel familiar to `git` users.\n\n**Key feature highlights:**\n\n* Encryption of data in rest and transport + compression on the fly.\n* Simplified `git` version control.\n* Sync algorithm that can handle moved files and empty directories and files.\n* Your data does not need to be stored on the device you are currently using.\n* FUSE filesystem that feels like a normal (sync) folder.\n* No central server at all. Still, central architectures can be build with `brig`.\n* Simple user identification and discovery with users that look like email addresses.\n\nAlso take a look [at the documentation](http://brig.readthedocs.io/en/latest/index.html) for more details.\n\n## Installation\n\nYou can download the latest script with the following oneliner:\n\n```bash\n# Before you execute this, ask yourself if you trust me.\n$ bash \u003c(curl -s https://raw.githubusercontent.com/sahib/brig/master/scripts/install.sh)\n```\n\nAlternatively, you can simply grab the latest binary from the [release tab](https://github.com/sahib/brig/releases).\n\nDevelopment versions can be installed easily by compiling yourself. If you have\na recent version of `go` (`\u003e= 1.10`) installed, it should be as easy as this:\n\n```bash\n$ go get -d -v -u github.com/sahib/brig  # Download the sources.\n$ cd $GOPATH/src/github.com/sahib/brig   # Go to the source directory.\n$ git checkout develop                   # Checkout the develop branch.\n$ go run mage.go                         # Build the software.\n$ $GOPATH/bin/brig help                  # Run the binary.\n```\n\nPlease refer to the [install docs](https://brig.readthedocs.io/en/latest/installation.html) for more details.\n\n## Getting started\n\n[![asciicast](https://asciinema.org/a/163713.png)](https://asciinema.org/a/163713)\n\n...If you want to know, what to do after you can read the\n[Quickstart](http://brig.readthedocs.io/en/latest/quickstart.html).\n\nThere is also a ``#brig`` room on ``matrix.org`` you can join with any [Matrix](https://matrix.org) client.\nClick [this link](https://riot.im/app/#/room/#brig:matrix.org) to join the room directly via [Riot.im](https://about.riot.im).\n\n## Status\n\nThis software is in a **beta phase** currently. All mentioned features should\nwork. Things might still change rapidly and there will be no guarantees given\nbefore version `1.0.0`. Do not use `brig` yet as only storage for your\nproduction data. There are still bugs, but it should be safe enough to toy\naround with it quite a bit.\n\nThis project has started end of 2015 and has seen many conceptual changes in\nthe meantime. It started out as research project. After writing my [master\ntheses](https://github.com/disorganizer/brig-thesis) on it, it was put down for\na few months until I picked at up again and currently am trying to push it to\nusable software.\n\nIf you want to open a bug report, just type `brig bug` to get a readily filled template for you.\n\n## Documentation\n\nAll documentation can be found on [ReadTheDocs.org](http://brig.readthedocs.io/en/latest/index.html).\n\n## Donations\n\nIf you're interested in the development and would think about supporting me\nfinancially, then please [contact me!](mailto:sahib@online.de) If you'd like to\ngive me a small \u0026 steady donation, you can always use *Liberapay*:\n\n\u003cnoscript\u003e\u003ca href=\"https://liberapay.com/sahib/donate\"\u003e\u003cimg alt=\"Donate using Liberapay\" src=\"https://liberapay.com/assets/widgets/donate.svg\"\u003e\u003c/a\u003e\u003c/noscript\u003e\n\n*Thank you!*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahib%2Fbrig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahib%2Fbrig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahib%2Fbrig/lists"}