Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.24 KB

File metadata and controls

38 lines (26 loc) · 1.24 KB

WinBorg Documentation

This folder contains developer-facing documentation for WinBorg.

Public repository note

This repository is public. Please keep documentation safe to publish:

  • Do not include real customer/user data, real hostnames, IPs, emails, or internal URLs.
  • Do not include secrets (tokens, passwords, private keys). Use placeholders like user@host.
  • If you need to share sensitive operational details, keep them in a private/internal location instead of docs/.

Start here

Supporting checklists

Release & operations

Notes

  • The app is an Electron desktop application.
  • Most “backend” behavior lives in the Electron main process (electron-main.js) and small, unit-testable modules under main/.
  • Borg runs inside WSL (Linux), but the UI is native Windows.