Next generation information browser
Roadmap: https://github.com/orgs/RSSNext/projects/1/views/1
Currently, Follow is still in the early developer preview stage (alpha) and is only available to a limited number of users through an invitation system.
If you have access, you are welcome to use the following methods to download and install it:
- You can get the installation packages for each platform from the Release page.
- If you are using Arch linux, you can install package follow-appimage that maintained by timochan
If you are eligible to use Follow, you are welcome to join the open source community to build together.
Before you start, you need to install pnpm and then use it to install dependencies:
pnpm install
pnpm run dev:web
Then the browser opens https://app.follow.is/__debug_proxy
,you can access the online API environment to development and debugging.
You need to fill in the required environment variables first.
cp .env.example .env
Then run:
pnpm run dev
Since it is not very convenient to develop in Electron, the first way to develop and contribute is recommended at this stage.
Follow is licensed under the GNU General Public License version 3 with the addition of the following special exception:
All content in the icons/mgc
directory is copyrighted by https://mgc.mingcute.com/ and cannot be redistributed.