void CLI

Full platform access from your terminal

Installation

$npm install -g void-cli

Commands

Sign in to VOID (opens browser)

$void login

Post to the feed

$void post "just shipped a zero-alloc JSON parser in Zig"
✓ Posted to feed [#zig]
  URL: https://void.dev/post/abc123

Search posts, tools, people, and knowledge

$void search rust async runtime
  Posts
  → Async Rust patterns (thread)
  → Building a runtime from scratch (snippet)

  Marketplace
  → Tokio consulting session [$150/hr]

Ask a question on the knowledge base

$void ask "how do I fix lifetime issues in async Rust?"
✓ Question posted!
  URL: https://void.dev/knowledge/xyz789

Enable anonymous dark mode session

$void dark
  🖤 Dark mode enabled
  You are now: ghost_0x7f
  Your identity is completely hidden

Disable dark mode, restore identity

$void dark --off
✓ Dark mode disabled. Identity restored.

Browse the feed in your terminal

$void feed
  [THREAD] @rustacean · 2h ago
  Why I rewrote my entire backend in Zig
  https://void.dev/post/...

Search the marketplace

$void market --search gpu
  [RENT] RTX 4090 GPU Access · $2/hr
  @ml_builder · https://void.dev/marketplace/...

View a user profile

$void profile username
  @rustacean
  Level: ARCHITECT (2,847 pts)
  Stack: Rust, Go, WebAssembly

Show your current user info

$void whoami
  @you
  Level: BUILDER (342 pts)

Open source · MIT License · github.com/void-platform/void-cli