Alice
pqcove init --name Alice --data-dir ./alice --insecure-dev-mode
pqcove client --listen 0.0.0.0:7443 --data-dir ./alice --insecure-dev-mode
Client
PQCove 0.2.1 adds a faster, friendlier Python terminal client with slash commands, TAB autocomplete, a bottom status bar, a chat-style help walkthrough, PQCove ASCII art on launch, the /lazy quick connection flow, and configurable themes.
The client keeps the peer-to-peer node behavior and adds the interactive terminal interface.
pqcove init --name Alice --data-dir ./alice --insecure-dev-mode
pqcove client --listen 0.0.0.0:7443 --data-dir ./alice --insecure-dev-mode
pqcove init --name Bob --data-dir ./bob --insecure-dev-mode
pqcove client --listen 0.0.0.0:7444 --connect 192.168.1.20:7443 --data-dir ./bob --insecure-dev-mode
Press TAB after / to complete commands. Peer-aware
commands complete known peer IDs.
/help
/lazy
/connect <host:port>
/peers
/use <peer-id>
/msg <peer-id> <message>
/pin <peer-id>
/verify <peer-id>
/theme [name|path]
/quit
/help
/help commands
/help themes
The default help view shows a two-IP conversation between
Alice at 192.168.1.20 and Bob at
192.168.1.30.
/lazy is the quick local-network connection path for
Alice and Bob.
/lazy
Are you Alice or Bob?
What is your IP?
Are you a Node or a Client?
Node -> port 7443
Client -> port 7444
Client connects to Node
PIN is shown and verified
/use is applied to the other peer
The default PQCove theme uses the omarchy.lt
dark palette with cyan and green accents. Dark and light themes
are built in.
pqcove theme list
pqcove client --theme PQCove
pqcove client --theme dark
pqcove client --theme light
pqcove theme create my-theme --out my-theme.toml
pqcove theme show --theme-file my-theme.toml
pqcove client --theme-file my-theme.toml
#RRGGBB colors for
background, surfaces, text, muted text, accents, success, warning,
error, and border styles.