GitHub Project Library
A desktop workspace that turns GitHub repositories, activity and statistics into a clear operational dashboard.
The public Demo preserves the Full edition's interface and works with real data from the user's GitHub account, while all actions that can modify repositories or create projects are physically excluded.
// Purpose
A single control surface for GitHub projects
Portfolio overview
The dashboard and catalogue turn account data into an immediately readable project overview.
- Public and authorized private repositories
- Languages, topics and repository statistics
- README, recent activity and project details
- Local SQLite cache for the application data
Real GitHub connection
The Demo can connect to the user's account with a read-only Personal Access Token and display authentic data.
- Token protected through Windows DPAPI
- Communication only with the official GitHub HTTPS API
- No telemetry or external analytics
- Disconnect removes the stored credential
// Full edition
The complete product and its operational workflow
// Read-only Demo
The same visual system, safely limited
// Demo vs Full
What can be evaluated and what remains Full-only
| Feature | Demo Read-Only | Full |
|---|---|---|
| Real dashboard, catalogue and statistics | ✓ | ✓ |
| Public and authorized private repositories | ✓ | ✓ |
| README, activity and repository details | ✓ | ✓ |
| GitHub authentication | PAT read-only | OAuth |
| Local copy detection and Git status | Not included | ✓ |
| Clone, fetch, fast-forward pull | Not included | ✓ |
| Open Codex, terminal and Explorer | Not included | ✓ |
| New project and prompt generation | Visible, disabled | Operational |
The disabled functions are not hidden behind a configuration switch: their operational implementations are excluded from the public Demo package.
// Privacy & release
Credentials, package and publication status
Protected credential
The PAT is encrypted with Windows DPAPI for the current user and is removed when the account is disconnected.
Read-only access
The Demo does not modify remote repositories and does not inspect local repositories or directories.
Portable package
Self-contained Windows x64 release: a separate .NET runtime installation is not required.
Unsigned preview
The development build may trigger a Windows SmartScreen warning. Verify the SHA-256 checksum published with the release.