-
Notifications
You must be signed in to change notification settings - Fork 31
Philosophy
Andrew S edited this page Feb 25, 2024
·
1 revision
The software must be resilient against attacks. Furthermore, software should not collect data without the user's permission. Features that violate these principles are better off unimplemented.
- FastStream will never collect telemetry of any kind from its users. FastStream does not operate any servers.
- FastStream will always hash and encrypt sensitive data such as your video watch progress.
- FastStream does not interact with websites without specific directives from the user.
The user has a right to determine what goes on their machine. Software must be transparent about its functions. Software must not retroactively change the terms of its relationship with the user.
- Manual installation options will always be provided with no automatic updates.
- FastStream's source code will always be provided without obfuscation.
- FastStream will always be free to use.
Software should provide a benefit to the user. Software should be accessible to people.
- We take bug reports and reviews concerning accessibility issues seriously. Please feel free to reach out to the developer for feature requests.