Skip to content

Bifrost v0.3.0 — first public release

Choose a tag to compare

@jimmyrivas jimmyrivas released this 10 Jul 04:44

First public release of Bifrost, a modern connection manager for Linux and the spiritual successor to Ásbrú Connection Manager. Licensed under GPL-3.0-or-later.

Highlights

  • Copy as CSV / Markdown — right-click any table in the terminal, the Markdown viewer, or an AI Assistant response and copy it as clean CSV (RFC 4180) or GitHub-flavored Markdown. Understands ASCII-pipe and box-drawing tables (psql included) and won't mangle piped shell commands.
  • Stored password visibility — Edit Connection prefills the saved password/passphrase from the vault (masked, with reveal toggle); clearing the field removes the credential safely.
  • CI — GitHub Actions + GitLab CI (lint, typecheck, 316 unit tests).

Full history in CHANGELOG.md.

Install

chmod +x Bifrost-0.3.0.AppImage
./Bifrost-0.3.0.AppImage

Verify the download:

sha256sum -c SHA256SUMS

On Linux without a keyring (gnome-keyring/kwallet), credentials fall back to obfuscated storage with a warning — install a keyring for real encryption.

🤖 Generated with Claude Code