git404hub

what is t4-code fr?

lycaonllc/t4-code — explained in plain English

Analysis updated 2026-05-18

30TypeScriptAudience · developerComplexity · 3/5LicenseSetup · moderate

tl;dr

A free desktop app that lets you view and steer coding-agent sessions run by Oh My Pi, across Android, Linux, and macOS.

vibe map

mindmap
  root((T4 Code))
    What it does
      Views OMP sessions
      Steers coding agent
      Mirrors host state
    Tech stack
      TypeScript
      Electron desktop app
    Platforms
      Android via Tailscale
      Linux deb AppImage
      macOS signed notarized
    Features
      Session browsing search
      Live transcript view
      Host start stop restart
      Usage quota tracking
    Use cases
      Remote agent control
      Multi host management

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Monitor and control an Oh My Pi coding agent session from a desktop or Android app instead of a terminal.

VIBE 2

Browse, search, and organize coding sessions by project folder.

VIBE 3

Check AI provider usage and remaining quota across accounts like Anthropic, OpenAI, and xAI.

VIBE 4

Hand a running terminal session over to the desktop app mid-task using the continue-in-T4 command.

what's the stack?

TypeScriptElectron

how it stacks up fr

lycaonllc/t4-codealbertaworlds/japanese-text-cleanerayangabryl/ngx-digit-flow
Stars303030
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderateeasyeasy
Complexity3/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires a matching, specifically tested version of the Oh My Pi host to work correctly.

MIT license: free to use, modify, and distribute, including commercially, as long as the copyright notice is kept.

in plain english

T4 Code is a free, open source desktop app built as a companion to a coding agent tool called Oh My Pi, often shortened to OMP. OMP is the part that actually runs coding sessions, while T4 Code gives you a window into those sessions and a way to steer them. The app itself does not hold the real session state, it mirrors whatever the OMP host reports and sends your clicks and commands back to it. It comes from a group called ROYCORP. The app connects to a small standalone piece called t4-host and a matching version of OMP that exposes a limited connection point built specifically for T4. This coupling means T4 Code is tied to particular tested versions of OMP rather than working with any release. The project ships packages for a few platforms: an Android APK, Debian and AppImage builds for Linux, and a signed, notarized app for Apple Silicon Macs. There is no Windows build and no Intel Mac build yet, and an iOS version is described as coming soon. Inside the app, sessions are organized by the folder you are working in, and you can search them, filter by activity, sort them, and group or collapse them by project. From a project menu you can start new sessions, open the project folder in your system's file manager, or hide a project from view without deleting it. Each session shows a live transcript of what the coding agent is doing, including explanations, code edits with diffs, shell commands, and test results, and large sessions show their newest entries first so you are not stuck waiting for older history to load. There is also a hosts screen for starting, stopping, and restarting different local OMP setups, and a usage screen showing how much of your AI provider quota has been used and when it resets. The composer where you type lets you pick a model, adjust how much the agent thinks, insert references to files in your workspace, and export a transcript. The README describes this specific version as bringing a visual refresh and more reliable handling of updates and crash recovery on macOS.

prompts (copy fr)

prompt 1
Explain how T4 Code connects to an Oh My Pi host and what the authority bridge does.
prompt 2
Help me install T4 Code on Linux using the .deb package.
prompt 3
What platforms does T4 Code currently support, and what is still missing?
prompt 4
Describe what changed in this version of T4 Code compared to before.

Frequently asked questions

what is t4-code fr?

A free desktop app that lets you view and steer coding-agent sessions run by Oh My Pi, across Android, Linux, and macOS.

What language is t4-code written in?

Mainly TypeScript. The stack also includes TypeScript, Electron.

What license does t4-code use?

MIT license: free to use, modify, and distribute, including commercially, as long as the copyright notice is kept.

How hard is t4-code to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is t4-code for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.