Public beta

Report a bug

Ariadne is in public beta — a good bug report genuinely helps, and it only takes a minute.

1 · Where to send it

The fastest path is a GitHub issue — it gives us the structured details we need:

Open a bug report →

No GitHub account? Email support@ariadne-lab.com instead.

2 · What to include

3 · Where to find your logs

Ariadne keeps local logs you can attach. From a terminal:

ariadne logs            # show the recent log
ariadne logs --path     # print the log file location
ariadne logs --lines 200

The files live in ~/.ariadne/logs/ariadne.log (core) and visualizer.log (the app). You can also open them from the app's Logs button.

⚠️ Please scrub anything sensitive (tokens, API keys, private code, file contents) before pasting logs.

If Ariadne is misbehaving

You can switch it off instantly without uninstalling — your memory is kept:

ariadne disable     # turn Ariadne off everywhere
ariadne enable      # turn it back on

There's also a Disable button in the app.

Report a bug Back to home