π Hi there! Welcome to the unofficial NotebookLM wrapper for Windows. This project wraps the web version of Google's NotebookLM into a native-feeling Windows application.
- Native Look & Feel: Uses the standard Windows title bar with Immersive Dark Mode to blend perfectly with NotebookLM's dark theme.
- Distraction Free: No browser tabs, address bars, or clutter. Just you and your notebooks.
- Lightweight: Built on WebView2, so it's fast and efficient.
If you're a developer and want to run this yourself:
- Prerequisites: Make sure you have the .NET 8 SDK installed.
- Clone & Run:
dotnet run --project src/NotebookLM.csproj
We've set up a GitHub Action to handle releases automatically!
- Make Changes: Work on your code and push your commits to the
mainbranch. - Automatic Build: GitHub detects the push and triggers the
Build Installerworkflow. - Get the App:
- Go to the Actions tab in your GitHub repository.
- Click on the latest run.
- Scroll down to Artifacts.
- Download NotebookLM-Installer. Inside is your ready-to-use
NotebookLM.exe!
That's it! No complex manual build steps required. π