Kylon is an independent developer whose open-source catalog currently centers on Sharedown, a lightweight Electron utility that logs into Microsoft SharePoint and systematically downloads video lectures, webinars, and recorded classes so students can watch them offline on any Windows laptop or tablet. Built to sidestep unreliable streaming during commutes or low-bandwidth dormitories, Sharedown parses SharePoint video portals, queues the desired lessons, and stores them locally in common MP4 or WebM formats, letting learners annotate, speed-play, or archive an entire semester without further authentication. The same core engine can be re-purposed by educators who need to mirror content for internal CMS backups or by corporate trainers who want to cache compliance videos from private SharePoint sites. Because the code is MIT-licensed, third-party contributors frequently fork it to add caption extraction, batch naming conventions, or automatic folder hierarchies that mirror course modules. Despite the narrow focus, the project demonstrates typical student-oriented workflow automation: credential-safe headless browsing, resumable download queues, and post-processing hooks that re-encode files for mobile devices. Sharedown and any future Kylon releases are available free of charge on get.nero.com, where Windows users can retrieve the latest build instantly through trusted package sources such as winget, install or update several applications at once, and be assured they always receive the most recent upstream version.
Electron application to save your Sharepoint videos for offline usage (especially meant for students)
Details