https://github.com/algorandfoundation/nodekit
Terminal UI for Algorand Nodes
https://github.com/algorandfoundation/nodekit
algorand charmbracelet tui
Last synced: about 2 months ago
JSON representation
Terminal UI for Algorand Nodes
- Host: GitHub
- URL: https://github.com/algorandfoundation/nodekit
- Owner: algorandfoundation
- License: mit
- Created: 2024-09-30T14:30:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-30T17:06:05.000Z (2 months ago)
- Last Synced: 2025-09-30T19:07:21.917Z (2 months ago)
- Topics: algorand, charmbracelet, tui
- Language: Go
- Homepage: https://nodekit.run
- Size: 17.4 MB
- Stars: 53
- Watchers: 6
- Forks: 12
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-algorand - nodekit - Terminal user interface for running and managing Algorand nodes locally. (Infrastructure & Ecosystem Services / Nodes & Consensus Participation)
README
## nodekit
Manage Algorand nodes from the command line
### Synopsis
Manage Algorand nodes from the command line
Overview:
Welcome to NodeKit, a TUI for managing Algorand nodes.
A one stop shop for managing Algorand nodes, including node creation, configuration, and management.
Note: This is still a work in progress. Expect bugs and rough edges.
```
nodekit [flags]
```
### Options
```
-d, --datadir string Data directory for the node
-h, --help help for nodekit
-n, --no-incentives Disable setting incentive eligibility fees
```
### SEE ALSO
* [nodekit bootstrap](/man/nodekit_bootstrap.md) - Initialize a fresh node
* [nodekit catchup](/man/nodekit_catchup.md) - Manage Fast-Catchup for your node
* [nodekit configure](/man/nodekit_configure.md) - Change settings on the system (WIP)
* [nodekit debug](/man/nodekit_debug.md) - Display debugging information
* [nodekit install](/man/nodekit_install.md) - Install the node daemon
* [nodekit start](/man/nodekit_start.md) - Start the node daemon
* [nodekit stop](/man/nodekit_stop.md) - Stop the node daemon
* [nodekit telemetry](/man/nodekit_telemetry.md) - Configure telemetry profile
* [nodekit uninstall](/man/nodekit_uninstall.md) - Uninstall the node daemon
* [nodekit upgrade](/man/nodekit_upgrade.md) - Upgrade the node daemon
### Installing
Connect to your server and run the installation script which will bootstrap your node.
```bash
curl -fsSL https://nodekit.run/install.sh | bash
```