Renardo is the actively maintained successor to FoxDot for Python live coding over SuperCollider
FoxDot, the pioneering Python-over-SuperCollider live coding library by Ryan Kirkbride, is no longer maintained. Renardo is its community fork maintained by e-lie, preserving the full FoxDot API while adding a modern web-based editor, bilingual tutorials (English/Spanish), multiple audio backends (SuperCollider, REAPER, Ableton Live, MIDI), and an active release cycle. Learners who encounter FoxDot tutorials online should use Renardo instead; the syntax is nearly identical. Renardo is available as a PyPI package (renardo) or pre-built binary requiring no Python setup, lowering the barrier to entry.
Examples
Install: pip install renardo then run renardo. First sound: open the web editor at http://localhost, type b1 >> blip(), press Ctrl+Enter.
Assessment
Name two ways Renardo improves on the original FoxDot. Explain what backend Renardo uses by default for sound synthesis.