Skip to content

Bah 1.7.9 — Linux (EXPERIMENTAL · testers only)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jul 00:33
· 6 commits to main since this release

EXPERIMENTAL — testers only

This is an untested Linux build. It compiles and passes CI (the app opens and does not crash headless), but nobody has run it on real hardware yet — I don't have a Linux machine.

Do not treat this as a stable release. The stable, tested build is Windows — see the Latest release.

How to run

chmod +x Bah-*.AppImage
./Bah-*.AppImage

If it refuses to start, try --no-sandbox. On some distros you may need libsecret and fuse2.

What should work

The whole core is cross-platform: the AI agent, ad/tracker blocking, YouTube ad skipping, local AI via Ollama, cloud API keys, document Q&A, background monitors, voice input.

What does NOT work on Linux

Anything that plays or downloads media — "play a song", "open a video about X", "download this music", "make a playlist". All of it resolves the video through yt-dlp, and the app fetches the Windows build of yt-dlp/ffmpeg, which cannot run here. It degrades with an error — it does not crash. Playing audio inside a page you opened yourself (YouTube in a tab) is normal Chromium and is unaffected.

Also: auto-update is Windows-only. To update, download a newer AppImage.

Not a Linux problem, but worth knowing

The built-in free AI (Pollinations) is currently down on every platform. Its provider now refuses requests the size this browser sends, with no ETA. To actually exercise the AI, use a cloud key (DeepSeek, Mistral, NVIDIA) or a local model with Ollama. Image generation still works for free.

What I'd love to know

If you install it, the most useful thing you can tell me:

  1. Does it open at all? (that alone is useful)
  2. Does the AI agent actually click things? Open the assistant, ask it to do something on a page — e.g. "open youtube and search for X" — and tell me whether it really operated the page, or just talked about it. That's the part I most need confirmed on Linux.
  3. Anything that looks visually broken.

Open an issue with whatever you find, even if it's just "it doesn't launch". That's the point of this build.