International audienceWe introduce the problem of computing the Burrows–Wheeler Transform (BWT) using small additional space. Our in-place algorithm does not need the explicit storage for the suffix sort array and the output array, as typically required in previous work. It relies on the combinatorial properties of the BWT, and runs in O(n 2) time in the comparison model using O(1) extra memory cells, apart from the array of n cells storing the n characters of the input text. We then discuss the time-space trade-off when O(k · σ k) extra ✩ A preliminary version of the results in this paper appeared in [6]. memory cells are allowed with σ k distinct characters, providing an O((n 2 /k + n) log k)-time algorithm to obtain (and invert) the BWT....