Skip to main content

Laura

Laura is a TUI workspace that provides your agent with an API over the TUI, allowing your agent to dynamically tile panes while you pair-program.

Laura demo

Your agent can open the file you're discussing, the plan you're following, the diff you just made, or tail logs of your running service. Laura supports every coding agent CLI and agents learn how to use the CLI through agent skills.

Laura lets you:

  • Stay in the flow - view a file, a plan, a diff, or a log right in the TUI, without switching windows between the terminal, IDE, and browser.
  • Compose the TUI - your agent tiles the workspace from your natural-language conversation through the laura CLI and skills.
  • Pick your coding agent CLI - Laura hosts a shell your agent runs inside without abstraction, so every CLI and model is compatible.
  • Interact in every pane - mark up any pane in place and inject the review straight into your conversation.
  • Learn while staying focused - your agent shows and explains concepts live, step by step.

How it works

Laura runs your agent CLI in a PTY and provides a set of agent skills you or your agent invoke. The skills instruct the agent on how to use the laura CLI, which drives the TUI over a small line-based protocol on a per-agent socket. See the protocol reference to learn more.

Quickstart

1. Install Laura. Requires Rust (stable); installs a laura binary:

cargo install laura-tui --locked   # Rust
uv tool install laura-tui          # uv/pip

Both drop a laura binary on PATH. Or from a clone: cargo build --release --lockedtarget/release/laura.

2. Install the skill so your agent knows how to drive laura. In Claude Code:

/plugin marketplace add thomaseleff/laura-tui
/plugin install laura@laura-tui

3. Start Laura and run the interactive demo:

laura -- claude "/laura:demo"

4. Work with your agent. Chat as you normally would. Ask it to show you a file, a plan, or a diff. Your agent will leverage the skills to tile panes alongside your chat. Comment on a line in place and submit; your review goes straight back into the agent's chat.

Panes are live-watched: edit the source and they re-render. Markdown renders with terminal styling; other files show their content with syntax colours, and lines changed since git HEAD are marked in the gutter.

See the tutorial for a first session and navigating the TUI for the keys. Reference lives in the CLI reference for the verb set, the protocol reference for the wire format, and the agent reference for the recipes your agent drives on your behalf.

License

MIT — see LICENSE.

Release files for laura-tui 0.7.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for laura-tui 0.7.2
File
laura_tui-0.7.2-py3-none-win_amd64.whl Python 3 none Windows x86-64 Details
laura_tui-0.7.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Python 3 none Linux glibc 2.17+ x86-64 Details
laura_tui-0.7.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl Python 3 none Linux glibc 2.17+ ARM64 Details
laura_tui-0.7.2-py3-none-macosx_11_0_arm64.whl Python 3 none macOS 11.0+ ARM64 Details
laura_tui-0.7.2-py3-none-macosx_10_12_x86_64.whl Python 3 none macOS 10.12+ x86-64 Details

Total release size:7.5 MB

Release files / laura_tui-0.7.2-py3-none-win_amd64.whl

Download URL laura_tui-0.7.2-py3-none-win_amd64.whl
Size 1.4 MB
Tags Python 3 Windows x86-64
SHA-256 checksum
How to use checksums
126a511b37c64d2716ae27ad2088d0795600c9cad0721938992c0ce798ae12ee
BLAKE2b-256 checksum
How to use checksums
79b9bfd2ffc984c9a0d5ed5d30385af3b9abc81dcfcc05a4dbbc71df72ed48bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.

Transparency log

Release files / laura_tui-0.7.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL laura_tui-0.7.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.6 MB
Tags Linux glibc 2.17+ x86-64 Python 3
SHA-256 checksum
How to use checksums
c4becd434933aed4dae643ef56e804dee355be77fba03f71541352fe9e80b9ca
BLAKE2b-256 checksum
How to use checksums
5813d1d4eaac39020cdf489b68ce0fd4581ddff9b4148cf50f90b2dfb666f4d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.

Transparency log

Release files / laura_tui-0.7.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL laura_tui-0.7.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.6 MB
Tags Linux glibc 2.17+ ARM64 Python 3
SHA-256 checksum
How to use checksums
442d8f43e5693d4571ef32a93f5865ebbb36378ad41e1f8847e227687cd5fa5c
BLAKE2b-256 checksum
How to use checksums
72ae1d0c85e8a859440f1d33565cc9678483d6e693513dc78f5fe7f3104627af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.

Transparency log

Release files / laura_tui-0.7.2-py3-none-macosx_11_0_arm64.whl

Download URL laura_tui-0.7.2-py3-none-macosx_11_0_arm64.whl
Size 1.4 MB
Tags Python 3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
32cb52f2c491a4485c83095f35296aa0f06f22b298534e0261e901b3bd8ec74f
BLAKE2b-256 checksum
How to use checksums
10479b0547ae6d09fda35d6ce05a8a227eb171fe78ae9522abdefeb35fe17d30
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.

Transparency log

Release files / laura_tui-0.7.2-py3-none-macosx_10_12_x86_64.whl

Download URL laura_tui-0.7.2-py3-none-macosx_10_12_x86_64.whl
Size 1.5 MB
Tags Python 3 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
4944e26b0bb0bb2dff058e436c4ff3ce2031b4e377c06d354aa47e2d20f37237
BLAKE2b-256 checksum
How to use checksums
0e95130266646e80a5af21d82f0b25bdd942e2ca58d7b00658a9c55777984250
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.

Transparency log

Release history Release notifications | RSS feed

0.8.0

5 release files

This release

0.7.2 This release

5 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page