Installation

The fastest way to start is Baobab Studio — nothing to install, everything runs in your browser. To work locally, the `bao` command-line toolchain runs on Python 3.13+ and ships with the open-source release. A one-line installer (get.baobablang.dev) is on the way.

1
2
3
4
5
6
7
8
# Aucune installation : ouvrez Baobab Studio dans le navigateur. # À venir — installeur en une ligne (get.baobablang.dev) : # curl -fsSL get.baobablang.dev | sh # En local, avec la version open source (Python 3.13+) : bao run main.bao bao translate main.bao --to python