Tumult Core is a programming framework for implementing differentially private algorithms.
The design of Tumult Core is based on the design proposed in the OpenDP White Paper, and can automatically verify the privacy properties of algorithms constructed from Tumult Core components. Tumult Core is scalable, includes a wide variety of components, and supports multiple privacy definitions.
The Tumult Labs team has joined LinkedIn! 🎉 As part of this transition, we are exploring options for the future of Tumult Core, including finding a new home for the project. 🏡 We greatly appreciate the community’s support and contributions. If your organization is interested in maintaining or adopting Tumult Core, please reach out! 📩 For now, the repository remains available, and we encourage users to continue engaging with the project. We’ll provide updates as soon as we have more to share. — The Tumult Labs Team 💙
See the installation instructions in the documentation for information about setting up prerequisites such as Spark and Java.
Once the prerequisites are installed, you can install Tumult Core using pip.
pip install tmlt.core
The full documentation is located at https://docs.tmlt.dev/core/latest.
If you have any questions/concerns, please create an issue or reach out to us on Slack.
We are not yet accepting external contributions, but please let us know if you are interested in contributing via Slack.
See CONTRIBUTING.md for information about installing our development dependencies and running tests.
Copyright Tumult Labs 2025
The Tumult Platform source code is licensed under the Apache License, version 2.0 (Apache-2.0). The Tumult Platform documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC-BY-SA-4.0).