Keyboard-first terminal client

Rooms, DMs, comments, feed, art browsing, and headless runs in one terminal-native shell.

`paratui` is a fast monochrome-first interface into Parascene. It is built for arrow keys, tab focus, fast room hopping, direct messaging, comment posting, image-slot workflows, and command-line automation.

Bearer-key auth Rooms + DMs ASCII image browsing Headless mode
Screenshot-style preview of paratui chatting in a room with people, rooms, DMs, and a composer field.

Install

Use the repo today. Publish-ready for npm next.

Current install

The working path right now is from GitHub.

git clone https://github.com/williamsharkey/paratui.git
cd paratui
npm install
npm run build
npm link
paratui

Direct source run

git clone https://github.com/williamsharkey/paratui.git
cd paratui
npm install
./paratui

Once npm is published

npm install -g paratui
paratui

The `paratui` package name is currently free on npm. Publishing still needs an npm login token.

First run

  1. Sign in to Parascene in the browser.
  2. Generate an API key from Profile > API key.
  3. Launch paratui, press p, paste the psn_... key, and press enter.

What it does

Terminal-native social and image workflows.

Rooms and DMs

Arrow into public rooms, open DMs, type directly into the focused chat field, and stay on the keyboard.

Browse art fast

ASCII previews stay warm with neighboring renders cached so left and right browsing feels immediate.

Comment without mode switches

Scroll comments under a creation, move to [+ comment], type, and send.

Preview handoff

Open a full image in the host OS, jump to the saved file or folder, and keep the terminal flow intact.

Headless runs

Use the same project as a CLI for prompt submission, export packing, and scripted workflows.

Simple config

One canonical JSON config stores the bearer token, mute state, export path, and lightweight UI settings.

Example

Headless prompt run

paratui --api-key 'psn_...' --prompt 'orbital fungus' --title 'orbital fungus' --server mutations --method chain

Moved from the old home page

Parascene Forge

`parasharkgod.com` used to lead with Parascene Forge, the AI server-builder flow for describing, reviewing, testing, and deploying image servers. That material is still part of the story, but it is no longer the main landing experience.

  • Describe a server idea
  • Review generated code
  • Test a demo server
  • Deploy to Vercel