basic instructions to build micropython on Debian
sudo apt install libmbedtls-dev libffi-dev libreadline-dev # may need others, but i needed these git clone –recursive https://github.com/micropython/micropython.git make -j 8 -C ports/unix
executable will be at ./ports/unix/build-standard/micropython