diff --git a/docs/README.md b/docs/README.md index 4a9904399..db252d26a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -33,11 +33,9 @@ --- -**Note**: 🚧 The `main` branch is undergoing major restructuring in preparation -for the release of Firezone 1.0 🚧. - -See the [`legacy` branch](https://github.com/firezone/firezone/tree/legacy) if -you're looking for Firezone 0.7. +**Note**: The `main` branch tracks Firezone 1.x. See the +[`legacy` branch](https://github.com/firezone/firezone/tree/legacy) if you're +looking for Firezone 0.7. [Read the 1.0 announcement for more](https://www.firezone.dev/blog/firezone-1-0). @@ -55,9 +53,11 @@ applications, entire subnets, and everything in between. architecture

- + + +

+ Firezone Overview +

## Features @@ -130,8 +130,6 @@ If you're feeling especially adventurous and want to self-host Firezone for **educational** or **hobby** purposes, follow the instructions to spin up a local development environment in [CONTRIBUTING.md](CONTRIBUTING.md). -The clients can be built from their respective directories. - The latest published clients (on App Stores and on [releases](https://github.com/firezone/firezone/releases)) are only guaranteed to work with the managed version of Firezone and may not work with a self-hosted @@ -142,16 +140,29 @@ may not be compatible with the tip of `main` from this repository. Therefore, if you're experimenting with self-hosting Firezone, you will probably want to use clients you build and distribute yourself as well. +See the READMEs in the following directories for more information on building +each client: + +- macOS / iOS: [swift/apple](../swift/apple) +- Android / ChromeOS: [kotlin/android](../kotlin/android) +- Windows / Linux: [rust/gui-client](../rust/gui-client) + ### How long will 0.7 be supported until? **Firezone 0.7 is currently end-of-life and has stopped receiving updates as of January 31st, 2024.** It will continue to be available indefinitely from the `legacy` branch of this repo under the Apache 2.0 license. -### What's your pricing structure like? +### How much does it cost? -Please see our pricing page at -https://www.firezone.dev/pricing?utm_source=readme +We offer flexible per-seat monthly and annual plans for the cloud-managed +version of Firezone, with optional invoicing for larger organizations. See our +[pricing](https://www.firezone.dev/pricing?utm_source=readme) page for more +details. + +Those experimenting with self-hosting can use Firezone for free without feature +or seat limitations, but we can't provide support for self-hosted installations +at this time. ## Documentation @@ -170,10 +181,9 @@ community support options: 1. [Open a PR](https://github.com/firezone/firezone/issues): Contribute a bugfix or make a contribution to Firezone. - +[contacting our sales team](https://www.firezone.dev/contact/sales?utm_source=readme) +to speak with a Firezone expert. ## Star History diff --git a/website/public/images/overview-screencap.gif b/website/public/images/overview-screencap.gif new file mode 100644 index 000000000..87820672a Binary files /dev/null and b/website/public/images/overview-screencap.gif differ