Icon

OpenBoard

OpenBoard is an open-source, cross-platform interactive whiteboard application designed primarily for use in schools and universities. It facilitates collaborative learning and teaching with features such as annotation tools, multimedia integration, and real-time collaboration.
Latest: 1.7.7.240
Last checked: Mar 1, 2026 4:43pm
Followers: 0
Rank: 863/17421
Monitored via:
GitHub Releases Site Monitor Winget
Report

Overview

0
License: Open sourceSilent: YesWinget: Available
Silent install
winget install --id=OpenEducationFoundation.OpenBoard -e

Version & Lifecycle

0
Current: 1.7.7.240 N-2: 1.7.5.240 Avg cadence: Every 36 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • December 21, 2025
0

OpenBoard – Command-line note

Deploy OpenBoard silently enterprise-wide using its Inno Setup installer with OpenBoard_Installer_x.y.z.exe /VERYSILENT /NORESTART /MERGETASKS=desktopicon to suppress UI, prevent reboots, and add a desktop shortcut. Post-install, disable software updates via PowerShell: (Get-Content "C:Program FilesOpenBoardetcOpenBoard.config") | ForEach-Object { $_ -replace "EnableSoftwareUpdates=true" , "EnableSoftwareUpdates=false" } | Set-Content "C:Program FilesOpenBoardetcOpenBoard.config". This ensures a hands-off deployment with controlled update behavior.

Command-line note • December 20, 2025
0

OpenBoard – Command-line note

Deploy OpenBoard silently using the official Inno Setup installer with OpenBoard_Installer_x.y.z.exe /VERYSILENT /NORESTART to suppress all UI and prevent reboots, ensuring compatibility with enterprise tools like SCCM or PDQ Deploy. Optionally customize the install path via /DIR="C:CustomPath". Post-install, disable update checks safely with PowerShell: (Get-Content "C:Program FilesOpenBoardetcOpenBoard.config") | ForEach-Object { $_ -replace "HideCheckForSoftwareUpdate=false" , "HideCheckForSoftwareUpdate=true" } | Set-Content "C:Program FilesOpenBoardetcOpenBoard.config".

Release Notes & Updates

0
Avg cadence:
Updates • 0