{"id":13686410,"url":"https://github.com/textileio/go-textile","last_synced_at":"2025-09-30T01:32:10.656Z","repository":{"id":57165675,"uuid":"124269776","full_name":"textileio/go-textile","owner":"textileio","description":"[DEPRECATED] Textile is a set of tools and infrastructure for building composable apps and services on the IPFS network","archived":true,"fork":false,"pushed_at":"2020-03-04T03:13:16.000Z","size":88483,"stargazers_count":357,"open_issues_count":68,"forks_count":43,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-01-17T04:46:16.889Z","etag":null,"topics":["android","decentralized","encrypted","golang","ios","ipfs","libp2p","linux","macos","windows"],"latest_commit_sha":null,"homepage":"https://textile.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/textileio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null}},"created_at":"2018-03-07T17:19:30.000Z","updated_at":"2024-07-11T08:21:28.000Z","dependencies_parsed_at":"2022-08-30T15:10:16.531Z","dependency_job_id":null,"html_url":"https://github.com/textileio/go-textile","commit_stats":null,"previous_names":["textileio/textile-go"],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textileio%2Fgo-textile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textileio%2Fgo-textile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textileio%2Fgo-textile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textileio%2Fgo-textile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/textileio","download_url":"https://codeload.github.com/textileio/go-textile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234687132,"owners_count":18871702,"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":["android","decentralized","encrypted","golang","ios","ipfs","libp2p","linux","macos","windows"],"created_at":"2024-08-02T15:00:31.874Z","updated_at":"2025-09-30T01:32:05.199Z","avatar_url":"https://github.com/textileio.png","language":"Go","readme":"### ** WARNING **: **[go-textile](https://github.com/textileio/go-textile) has been replaced by [go-threads](https://github.com/textileio/go-threads) and [textile](https://github.com/textileio/textile).**\n\n---\n# go-textile\n\n[![Made by Textile](https://img.shields.io/badge/made%20by-Textile-informational.svg?style=popout-square)](https://textile.io)\n[![Chat on Slack](https://img.shields.io/badge/slack-slack.textile.io-informational.svg?style=popout-square)](https://slack.textile.io)\n[![GitHub license](https://img.shields.io/github/license/textileio/go-textile.svg?style=popout-square)](./LICENSE)\n[![Go Report Card](https://goreportcard.com/badge/github.com/textileio/go-textile?style=flat-square)](https://goreportcard.com/report/github.com/textileio/go-textile?style=flat-square)\n[![CircleCI branch](https://img.shields.io/circleci/project/github/textileio/go-textile/master.svg?style=popout-square)](https://circleci.com/gh/textileio/go-textile)\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=popout-square)](https://github.com/RichardLitt/standard-readme)\n\n\u003e Textile implementation in Go\n\nThis repository contains the core API, daemon, and command-line client, as well as bindings for mobile (iOS/Android) applications.\n\n[Textile](https://www.textile.io) provides encrypted, recoverable, schema-based, and cross-application data storage built on [IPFS](https://github.com/ipfs) and [libp2p](https://github.com/libp2p). We like to think of it as a decentralized data wallet with built-in protocols for sharing and recovery, or more simply, **an open and programmable iCloud**.\n\n**Please see [Textile Docs](https://docs.textile.io/) for more**.\n\nJoin us on our [public Slack channel](https://slack.textile.io/) for news, discussions, and status updates. [Check out our blog](https://medium.com/textileio) for the latest posts and announcements.\n\n## Table of Contents\n\n-   [Security](#security)\n-   [Background](#background)\n-   [Install](#install)\n-   [Usage](#usage)\n-   [Contributing](#contributing)\n-   [Changelog](#changelog)\n-   [License](#license)\n\n## Security\n\nTextile is still under heavy development and no part of it should be used before a thorough review of the underlying code and an understanding that APIs and protocols may change rapidly. There may be coding mistakes and the underlying protocols may contain design flaws. Please [let us know](mailto:contact@textile.io) immediately if you have discovered a security vulnerability.\n\nPlease also read the [security note](https://github.com/ipfs/go-ipfs#security-issues) for [go-ipfs](https://github.com/ipfs/go-ipfs).\n\n## Background\n\nTextile is a set of tools and trust-less infrastructure for building _censorship resistant_ and _privacy preserving_ applications.\n\nWhile interoperable with the whole [IPFS](https://ipfs.io/) peer-to-peer network, Textile-flavored peers represent an additional layer or sub-network of **users, applications, and services**.\n\nWith good encryption defaults and anonymous, disposable application services like [cafes](https://docs.textile.io/concepts/cafes/), Textile aims to bring the decentralized internet to real products that people love.\n\n[Continue reading](https://docs.textile.io/concepts/) about Textile...\n\n## Install\n\n    env GO111MODULE=on go get github.com/textileio/go-textile\n    env GO111MODULE=on go install github.com/textileio/go-textile/cmd/textile\n\n[Installation instructions](https://docs.textile.io/install/the-daemon/) for pre-built binaries are in [the docs](https://docs.textile.io).\n\n## Usage\n\nGo to https://godoc.org/github.com/textileio/go-textile.\n\nThe [Tour of Textile](https://docs.textile.io/a-tour-of-textile/) goes through many examples and use cases. `textile --help` provides a quick look at the available APIs. For a full overview of every CLI command available, refer to our [Command Line Documentation](https://docs.textile.io/develop/clients/command-line/).\n\n### Requirements\n\n-   go \u003e= 1.12\n\nExtra setup steps are needed to build the bindings for iOS or Android, as `gomobile` does not yet support [go modules](https://github.com/golang/go/wiki/Modules). You'll need to **move the go-textile source** into your `GOPATH` (like pre-go1.11 development), before installing and initializing the `gomobile` tools:\n\n    go get golang.org/x/mobile/cmd/gomobile\n    gomobile init\n\nNow you can execute the iOS and Android build tasks below. For the other build tasks, the source must _not_ be under `GOPATH`. Go 1.13 is supposed to bring module support to `gomobile`, at which point we can remove this madness!\n\n### Install dependencies:\n\n    make setup\n\n### Build `textile`:\n\n    make textile\n\n### Run unit tests:\n\n    make test\n\n### Build the iOS framework:\n\n    make ios\n\n### Build the Android Archive Library (aar):\n\n    make android\n\n### Build the swagger docs:\n\n    make docs\n\n## Contributing\n\nThis project is a work in progress. As such, there's a few things you can do right now to help out:\n\n-   **Ask questions**! We'll try to help. Be sure to drop a note (on the above issue) if there is anything you'd like to work on and we'll update the issue to let others know. Also [get in touch](https://slack.textile.io) on Slack.\n-   **Open issues**, [file issues](https://github.com/textileio/go-textile/issues), submit pull requests!\n-   **Perform code reviews**. More eyes will help a) speed the project along b) ensure quality and c) reduce possible future bugs.\n-   **Take a look at the code**. Contributions here that would be most helpful are **top-level comments** about how it should look based on your understanding. Again, the more eyes the better.\n-   **Add tests**. There can never be enough tests.\n\nBefore you get started, be sure to read our [contributors guide](./CONTRIBUTING.md) and our [contributor covenant code of conduct](./CODE_OF_CONDUCT.md).\n\n## Changelog\n\n[Changelog is published to Releases.](https://github.com/textileio/go-textile/releases)\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":["Go","golang"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextileio%2Fgo-textile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftextileio%2Fgo-textile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextileio%2Fgo-textile/lists"}