# Tachikoma, Kaimon and byobu

**URL:** https://discourse.julialang.org/t/tachikoma-kaimon-and-byobu/136983
**Category:** General Usage
**Created:** [May 4, 2026, 6:23pm UTC](https://discourse.julialang.org/t/tachikoma-kaimon-and-byobu/136983 "2026-05-04T18:23:56Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![KajWiik](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kajwiik/32/199_2.png) [@KajWiik](https://discourse.julialang.org/u/KajWiik)
#### Post date: [May 4, 2026, 6:23pm UTC](https://discourse.julialang.org/t/tachikoma-kaimon-and-byobu/136983/1 "2026-05-04T18:23:56Z")

</div>

I’d like to run Kaimon server in byobu and detach, it seems that Tachikoma grabs F12. Is there a way to do that?

---

<div class="post-metadata">

### Author: ![KajWiik](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kajwiik/32/199_2.png) [@KajWiik](https://discourse.julialang.org/u/KajWiik)
#### Post date: [May 5, 2026, 8:40pm UTC](https://discourse.julialang.org/t/tachikoma-kaimon-and-byobu/136983/2 "2026-05-05T20:40:58Z")

</div>

OK, found it: I can detach from another terminal:

```bash
tmux ls # find the session
tmux detach-client -s 1 # detach by id

```

and attach with

```bash
tmux attach -t 1

```

---

<div class="post-metadata">

### Author: ![KajWiik](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kajwiik/32/199_2.png) [@KajWiik](https://discourse.julialang.org/u/KajWiik)
#### Post date: [May 10, 2026, 8:20am UTC](https://discourse.julialang.org/t/tachikoma-kaimon-and-byobu/136983/3 "2026-05-10T08:20:48Z")

</div>

In fact I noticed that now F12 works fine with byobu and `kaimon` app, thanks for the fix or sorry if the problem was in this end ;-). So tricks with `tmux` are not necessary.

---

<div class="post-metadata">

### Author: ![digital\_carver](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/digital_carver/32/33818_2.png) [@digital\_carver](https://discourse.julialang.org/u/digital_carver)
#### Post date: [May 10, 2026, 12:55pm UTC](https://discourse.julialang.org/t/tachikoma-kaimon-and-byobu/136983/4 "2026-05-10T12:55:21Z")

</div>

For anyone else left absolutely confused by this thread (and because googling Tachikoma and Kaimon didn’t help right away):

- [GitHub - kahliburke/Tachikoma.jl: Build rich terminal apps in Julia — widgets, layouts, sixel graphics, Kitty graphics, animations, and more · GitHub](https://github.com/kahliburke/Tachikoma.jl)
- [GitHub - kahliburke/Kaimon.jl: MCP server giving AI agents full access to Julia's runtime via a live Gate — code execution, introspection, debugging, testing, and semantic search · GitHub](https://github.com/kahliburke/Kaimon.jl)
- ( I was familiar with byobu and tmux, but for people who aren’t: )
  - [https://www.byobu.org/](https://www.byobu.org/) - Byobu is GPLv3 open source text-based window manager and terminal multiplexer.
  - [Home · tmux/tmux Wiki · GitHub](https://github.com/tmux/tmux/wiki/) - terminal multiplexer

---

<div class="post-metadata">

### Author: ![kahliburke](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kahliburke/32/208472_2.png) [@kahliburke](https://discourse.julialang.org/u/kahliburke)
#### Post date: [May 12, 2026, 2:11am UTC](https://discourse.julialang.org/t/tachikoma-kaimon-and-byobu/136983/5 "2026-05-12T02:11:08Z")

</div>

Hi, just seeing these messages as I was away from the Discourse for a couple weeks. If there are any remaining issues let me know. 🙂

---

<div class="post-metadata">

### Author: ![KajWiik](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kajwiik/32/199_2.png) [@KajWiik](https://discourse.julialang.org/u/KajWiik)
#### Post date: [May 12, 2026, 1:33pm UTC](https://discourse.julialang.org/t/tachikoma-kaimon-and-byobu/136983/6 "2026-05-12T13:33:59Z")

</div>

Out of curiosity, did you change something in Tachikoma.jl because I am quite sure that F12 (byobu ‘command’ key) did not get through?

Many thanks for these two excellent packages!

---

<div class="post-metadata">

### Author: ![kahliburke](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kahliburke/32/208472_2.png) [@kahliburke](https://discourse.julialang.org/u/kahliburke)
#### Post date: [May 13, 2026, 8:05pm UTC](https://discourse.julialang.org/t/tachikoma-kaimon-and-byobu/136983/7 "2026-05-13T20:05:58Z")

</div>

No, F12 was never bound to anything that I’m aware of.
