{"id":49642815,"url":"https://github.com/heliosasdesigner/hightable","last_synced_at":"2026-05-05T20:04:45.828Z","repository":{"id":354299655,"uuid":"1222993519","full_name":"heliosasdesigner/Hightable","owner":"heliosasdesigner","description":"Local desktop workbench for running Claude Code and Codex CLIs side by side, in real terminal sessions.","archived":false,"fork":false,"pushed_at":"2026-04-28T00:23:03.000Z","size":2338,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-28T02:28:12.758Z","etag":null,"topics":["ai-agents","claude-code","cli","codex","desktop-app","developer-tools","electron","react","terminal","typescript","xterm"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heliosasdesigner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-27T23:01:52.000Z","updated_at":"2026-04-28T00:23:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/heliosasdesigner/Hightable","commit_stats":null,"previous_names":["heliosasdesigner/hightable"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/heliosasdesigner/Hightable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heliosasdesigner%2FHightable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heliosasdesigner%2FHightable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heliosasdesigner%2FHightable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heliosasdesigner%2FHightable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heliosasdesigner","download_url":"https://codeload.github.com/heliosasdesigner/Hightable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heliosasdesigner%2FHightable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32665685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","claude-code","cli","codex","desktop-app","developer-tools","electron","react","terminal","typescript","xterm"],"created_at":"2026-05-05T20:04:42.029Z","updated_at":"2026-05-05T20:04:45.810Z","avatar_url":"https://github.com/heliosasdesigner.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hightable\n\nA local desktop workbench for running **Claude Code CLI** and **Codex CLI** side by side, in real terminal sessions, from a single prompt surface.\n\nHightable is not an agent framework. It does not hide the underlying CLIs, replace their permissions/approvals, or scrape vendor state files. It opens persistent Claude and Codex terminals in one window, lets you send prompts to either or both, captures useful output, and stores transcripts and round metadata locally for review and comparison.\n\n![Hightable — dark theme](assets/screenshot-dark.png)\n\n![Hightable — light theme](assets/screenshot-light.png)\n\n## Features\n\n- Two long-lived terminal sessions (Claude Code, Codex) in one window, backed by `node-pty` and `@xterm/xterm`.\n- Shared prompt bar that can target Claude, Codex, both, or a controlled multi-step orchestration.\n- Per-room isolation: each room binds one repository path to one topic and its two terminals.\n- Round timeline with per-round transcripts, optional git diff capture, and export.\n- Local-first storage in SQLite plus raw terminal log files. No cloud, no telemetry, no auto-update.\n- Uses your existing `claude` and `codex` CLI authentication — Hightable never sees API keys.\n- Light (Bauhaus) and dark (cyberpunk) themes.\n\n## Workflows\n\n**Sequential review.** One CLI produces an answer or patch, the other reviews it.\n\n**Compare.** Same prompt to both CLIs, side-by-side independent responses. Read-only by default.\n\n**Discuss.** Each CLI sees the other's response across capped rounds (default 2, max 3) and produces a synthesis.\n\n**Manual.** Type into either terminal directly. Hightable stays out of the way.\n\n## Status\n\nMVP is wired end-to-end: Electron shell, SQLite-backed rooms, embedded Claude/Codex PTYs, manual prompt routing, round timeline, and per-room raw-log transcripts. Automated marker detection, full compare/review/discussion automation, and worktree isolation are in progress. See [`hightable-Docs/verification.md`](hightable-Docs/verification.md) for the acceptance checklist.\n\n## Requirements\n\n- macOS, Windows, or Linux\n- Node.js 20+\n- `claude` CLI on `PATH` ([install](https://docs.anthropic.com/claude/docs/claude-code))\n- `codex` CLI on `PATH` ([install](https://github.com/openai/codex))\n- Native build toolchain for `better-sqlite3` and `node-pty`:\n  - macOS: Xcode Command Line Tools\n  - Linux: `build-essential`, `python3`\n  - Windows: `windows-build-tools` or Visual Studio Build Tools\n\n## Install \u0026 Run\n\n```bash\ngit clone https://github.com/\u003cyour-fork\u003e/hightable.git\ncd hightable\nnpm install\nnpm run dev\n```\n\nTo package a desktop binary:\n\n```bash\nnpm run package        # current platform\nnpm run package:all    # mac + windows + linux (where supported)\n```\n\n## Architecture\n\n```text\nsrc/\n  main/              # Electron main process: PTY, SQLite, orchestration, IPC\n  preload/           # contextBridge surface (no Node, no shell, no fs)\n  renderer/          # React + xterm.js UI\n  shared/            # IPC types, transcript scrubbing\nhightable-Docs/      # design docs, MVP plan, wireframes, verification\n```\n\nElectron security defaults: `contextIsolation: true`, `sandbox: true`, `nodeIntegration: false`, strict CSP in production, navigation guard, `shell.openExternal` restricted to `http(s)`.\n\nSee [`hightable-Docs/architecture.md`](hightable-Docs/architecture.md) for the process model, data model, terminal lifecycle, and orchestration modes.\n\n## Documentation\n\n- [Architecture](hightable-Docs/architecture.md)\n- [MVP Plan](hightable-Docs/mvp-plan.md)\n- [UI Wireframes](hightable-Docs/ui-wireframes.md)\n- [Verification](hightable-Docs/verification.md)\n\n## Safety Defaults\n\n- Compare and discussion modes are read-only unless explicitly changed.\n- Sequential review lets only the primary CLI edit by default.\n- Parallel implementation requires separate git worktrees.\n- Hightable never sends an automated prompt to a terminal marked busy.\n- Raw logs are stored before any cleanup or summarization.\n\n## Contributing\n\nContributions are welcome. Please open an issue before starting non-trivial work. See [`CONTRIBUTING.md`](CONTRIBUTING.md) for development setup and style.\n\n## License\n\nMIT — see [`LICENSE`](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheliosasdesigner%2Fhightable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheliosasdesigner%2Fhightable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheliosasdesigner%2Fhightable/lists"}