# Freenet
Freenet is a decentralized, peer-to-peer platform that transforms users' computers into a resilient, distributed platform on which anyone can build decentralized services.
This is the core Freenet software that powers the network.
## Resources
- **Website**: [freenet.org](https://freenet.org/)
- **GitHub**: [github.com/freenet/freenet-core](https://github.com/freenet/freenet-core)
- **Documentation**: [GitHub README](https://github.com/freenet/freenet-core#readme)
- **API Docs**: [docs.rs/freenet](https://docs.rs/freenet)
- **Community**: [Matrix chat](https://matrix.to/#/#freenet:matrix.org)
## Installation
```bash
cargo install freenet
```
For detailed build instructions and development setup, see the [GitHub repository](https://github.com/freenet/freenet-core).
## License
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
See [LICENSE.md](https://github.com/freenet/freenet-core/blob/main/LICENSE.md) for details.