diff --git a/docs/platform/02-client.md b/docs/platform/02-client.md
index 23e2b58..8f1a9a8 100644
--- a/docs/platform/02-client.md
+++ b/docs/platform/02-client.md
@@ -136,6 +136,9 @@ curl --location "https://api.mistral.ai/v1/embeddings" \
 
 Here are some clients built by the community for various other languages:
 
+## CLI
+[icebaker/nano-bots](https://github.com/icebaker/ruby-nano-bots)
+
 ## Go
 [Gage-Technologies](https://github.com/Gage-Technologies/mistral-go)