Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.04 KB

File metadata and controls

47 lines (36 loc) · 2.04 KB

KillNode — Documentation Hub

Welcome to the KillNode documentation. Use the index below to find what you need.


For Users

Document Description
INSTALL.md Step-by-step installation guide for Windows and Linux
../USAGE.md Full help guide — Tor, proxy, killswitch, WebTorrent, settings
../TROUBLESHOOTING.md Common problems and solutions
../LEGAL_AND_ETHICS.md Ethics agreement, disclaimer, privacy policy, terms of use

For Developers & Contributors

Document Description
CONTRIBUTING.md How to set up the dev environment, coding standards, PR process, release workflow
ARCHITECTURE.md Monorepo layout, website stack, Electron process model, IPC design, CI/CD
../PHASED_DEVELOPMENT.md Technical roadmap — Phase 1 hardening → Phase 4 anti-fingerprinting BrowserView

Quick Links


Documentation Map

killnode/
├── README.md                 Project overview + quick start for devs
├── USAGE.md                  End-user help guide
├── TROUBLESHOOTING.md        Error reference
├── LEGAL_AND_ETHICS.md       Legal / ethics
├── PHASED_DEVELOPMENT.md     Roadmap
└── docs/
    ├── README.md             This file — documentation index
    ├── INSTALL.md            Platform installation guide
    ├── CONTRIBUTING.md       Developer guide
    └── ARCHITECTURE.md       System architecture reference