Welcome to the KillNode documentation. Use the index below to find what you need.
| 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 |
| 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 |
- Live website: killnode.vercel.app
- Latest release: github.com/Alaustrup/killnode/releases/latest
- Repository: github.com/Alaustrup/killnode
- Issues: github.com/Alaustrup/killnode/issues
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