diff --git a/README.md b/README.md
index e53dc64..291bb2d 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ instructions) at runtime.
- [Android NDK's drop in replacement](#ndk)
- [License](#license)
- [Build with cmake](#cmake)
+- [Community Bindings](#bindings)
## Design Rationale
@@ -198,3 +199,16 @@ Please check the [CMake build instructions](cmake/README.md).
ninja -C/tmp/cpu_features
ninja -C/tmp/cpu_features test
```
+
+
+## Community bindings
+
+Links provided here are not affiliated with Google but are kindly provided by the OSS Community.
+
+ - .Net
+ - https://github.com/toor1245/cpu_features.NET
+ - Python
+ - https://github.com/Narasimha1997/py_cpu
+
+
+_Send PR to showcase your wrapper here_