osm-rnd is an OpenStreetMap editor and viewer, developed in the spirit of the Ringdove EDA suite (but not being part of the EDA suite). osm-rnd is licensed under the GNU GPL v2.
At the moment the project is in alpha testing phase. There is already more than 13000 buildings and fences created and edited with osm-rnd in the OpenStreetMap database. As of April 2025, from version 0.0.3, osm-rnd supports OAuth2.
More details in the TODO file.
Release tarballs or latest development version from svn. The svn URL is svn://svn.repo.hu/osm-rnd/trunk
After getting the source, please read the file INSTALL for instruction on compilation.
The only documentation available at the moment is a howto with an extended section for editing in a separate file.
It's thin. Probably the most useful part is a detailed howto on oauth2 which you may find useful if you write software to communicate with the osm API: that howto explains the simplest way to get oauth2 working without external libs. It comes with simple one-liner shell scripts (wget command lines really) and an explanation on what each step is doing and how you should treat the output. It's been tested with both the OSM sandbox and the OSM live server.