VisualEther — Community Edition

Download VisualEther Community Edition

Free for Windows, macOS, and Linux. Turn Wireshark PCAP captures into readable sequence diagrams in minutes.

Free download · v9.0.8

VisualEther Community Edition

Free for Windows, macOS, and Linux. The Community Edition runs whenever no license is installed — sequence diagrams are limited to 10 pages and 10 entities. Request a 45-day Professional trial to unlock session tracking, the MCP server for Claude Code, and unlimited output.

Install with winget, the package manager built into Windows 10 and 11:

winget install EventHelix.VisualEther

Upgrade later with winget upgrade EventHelix.VisualEther. Or download the signed installer directly:

Windows 10 and later · x86_64. Requires Wireshark for the tshark dissector — version 4.6 or later recommended.

Prerequisites

  • A computer running Windows 10/11 (x86_64), macOS on Apple Silicon (arm64), or Linux — Ubuntu 22.04+, Debian 12+, or current Fedora (x86_64)
  • Wireshark4.6 or later recommended. VisualEther reads captures through Wireshark's tshark dissector, and the newest protocol fields exist only in recent releases. An older build won't error out — it silently produces degraded or empty diagrams. Homebrew and the Linux packages pull tshark in automatically; on Windows, install it yourself.
  • A terminal — visualether is a command-line tool that installs onto your PATH

Get started

  1. Install VisualEther for your platform using the picker above (winget, Homebrew, apt, or dnf).
  2. Confirm Wireshark's tshark is on your PATH and is 4.6 or newer:
    tshark --version
    Some Linux distros still ship 4.2 (e.g. Ubuntu 24.04 → 4.2.2). On an older build, the newest protocol fields are silently missing, so upgrade Wireshark — see the Linux note above.
  3. Bootstrap your first project from a built-in sample and generate a diagram:
    visualether new bgp
    cd bgp
    visualether generate
  4. Build templates for your own captures with help from the manual — open it locally with:
    visualether manual
    or read the User's manual online. On Professional / Server, let Claude Code drive the workflow through the built-in MCP server:
    visualether mcp install --scope project
    Using a different MCP client? See Use VisualEther with any MCP client for Cursor, Windsurf, VS Code, Codex, Gemini CLI, Claude Desktop, and Zed setup.

Bundled fonts (optional)

VisualEther embeds the fonts it needs, so most users never download these. Grab an archive only for fully self-contained offline PDF rendering, or for CJK (Chinese, Japanese, Korean) glyph coverage. Choose .tar.gz on Linux / macOS or .zip on Windows.

All bundles are Noto fonts from Google, released under the SIL Open Font License 1.1. They are split into two archives by size:

  • Latin + RTL (~1.9 MB) — Noto Sans (Latin: regular, bold, italic, bold-italic), Noto Sans Arabic (regular + bold), Noto Sans Hebrew (regular + bold), and Noto Sans Devanagari (regular + bold). Covers Western-European, right-to-left (Arabic, Hebrew), and Devanagari (Hindi, Marathi, …) text in your diagrams.
  • CJK (~84 MB) — Noto Sans SC (Simplified Chinese), Noto Sans JP (Japanese), and Noto Sans CJK KR (Korean), plus bold CJK weights. Only needed when your captures carry Chinese, Japanese, or Korean text.

Verify a download against SHA256SUMS.txt — e.g. sha256sum -c SHA256SUMS.txt on Linux / macOS, or Get-FileHash on Windows.

Prefer to source the fonts yourself? These are the standard Google Noto families — get them from Google Fonts, the Noto project site, or your operating system's font packages (on Linux, fonts-noto and fonts-noto-cjk). Drop the .ttf / .otf files into VisualEther's fonts directory and they are picked up the same way.

Download archive

Older releases of VisualEther. Versions 7.2 and earlier are the legacy .NET edition for Windows; the cross-platform release above (9.x) supersedes them.