OpenBoard is an open-source cross-platform interactive white board application designed primarily for use in schools. It was originally forked from Open-Sankoré, which was itself based on Uniboard.
1.7.6 installers are available for Windows, macOS and Debian on the Downloads page.
| Version | officially maintained platforms | branch |
|---|---|---|
| 1.7.6 (latest stable) | Windows 10+, macOS 12+ (for both x64_64 and arm64), Debian 12 |
master |
| 1.7.7 (active development) | Windows 10+, macOS 12+ (for both x64_64 and arm64), Debian 12 |
1.7.7-dev |
| 1.8.0 (active development) | Windows 10+, macOS 12+ (for both x64_64 and arm64), Debian 12 |
dev |
On Linux, Debian is the only officially maintained platform. For other platforms, you can thank the awesome community of OpenBoard that provides community-driven packages on a number of other distributions. Check on this page to see if you find what you're looking for. If you actually want to provide support and to be referenced on this page, please open an issue with the relevant information, and we'll be glad to add your contribution.
If you didn't find any installer for your platform, or if you want to modify OpenBoard, you can find instructions on how to build OpenBoard from source on the wiki.
OpenBoard can be compiled with the latest open-source binaries of Qt 6. Support for Qt 5.15 was recently dropped, but you can still build OpenBoard with it, after addressing some minor compiling issues.
You don't need to be a C++ developer to contribute to OpenBoard.
OpenBoard is available, thanks to the work of its community, in 35 languages. If you want to contribute to OpenBoard or its dedicated website by adding a new language or updating an existing one, your help will be greatly appreciated.
If you don't know how to do it, you can ask for help here : Discussions. Don't hesitate!
Web Widgets are websites that you can place and use directly on the board ! And to turn a website to an OpenBoard web widget is really simple !
Download and install OpenBoard, then develop your web app in it. You'll even find a web inspector to help you debug your site.
You'll find documentation on how to create a Web Widget from scratch or turn your already built website into an OpenBoard Web Widget here.