The freedesktop project has shut down a proposed age verification interface for Linux desktops after receiving strong backlash from the community. The initiative aimed to help applications comply with new U.S. state laws on online age checks. Critics raised concerns over privacy and the appropriateness of such features in core desktop standards.
The proposal emerged amid discussions on recent U.S. legislation, including California’s AB-1043 and Colorado’s SB26-051, which impose stricter age-verification requirements for certain online services. These laws have prompted questions about adaptations needed in Linux systems.
To address this, a merge request was submitted to the XDG specifications maintained by freedesktop.org. It suggested introducing a new D-Bus interface named org.freedesktop.AgeVerification. This interface would enable applications to query the operating system for a user’s age bracket, providing categories such as Unknown, Under 13, 13–15, 16–17, and 18+, without revealing exact birth dates.
The system planned to store the user’s birth year locally in the AccountsService user configuration directory at /var/lib/AccountsService/users/. Applications would access only the derived age bracket via methods like GetAgeBracket, aiming to keep underlying data private.
Despite these intentions, the proposal faced swift criticism from developers and community members. Key concerns included potential privacy risks, the integration of jurisdiction-specific policies into desktop infrastructure, and the suitability of including such functionality in the freedesktop core namespace. Some argued that associating a fundamental desktop standard with politically sensitive regulations could harm the project's reputation.
In response, the author of the merge request closed it, stating that any future development would occur within portal infrastructure, such as that used by Flatpak. As of now, no definitive plans have been outlined for how the Linux and open-source communities will handle these regulatory challenges.