Hi, I uploaded a new version of Algernon, now working with Pharo. The changes I introduced were: -changed the updating system: now it is automatic, but just when Algernon is shown (this will make a little bit slower the showing of Algernon, but preserves you from need to press cmd+r to refresh the system -who after all, everybody I know does every time-). -using #beginsWith: instead deprecated #startsWith: -using #fileOutCategory: instead non-existing #fileOutCategory:asHtml: You will need latest changes of Pharo (Stef fix to TextMorph), and execute this script to have Algernon on your system: ScriptLoader new installingUniverse. "In case you don't have already Universes installed" Installer universe addPackage: 'Algernon'; answer: '*' with: false; install. Installer ss project: 'Algernon'; install: 'Algernon'. Installer wiresong project: 'ob'; install: 'OB-Algernon'. Algernon open. Cheers, Esteban