EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,508+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Netron
    Netron icon

    Netron

    AI Development Libraries

    Netron is an open-source viewer for neural network, deep learning, and machine learning models, supporting ONNX, TensorFlow, PyTorch, and many more formats.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully open-source under the MIT License. Free to use, modify, and distribute.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Development LibrariesModel ManagementAI Infrastructure

    Alternatives

    Hugging FaceModels.devZeroEval
    Developer
    Lutz RoederSeattle, WAEst. 2001

    Listed May 2026

    About Netron

    Netron is an open-source model visualizer created by Lutz Roeder, available as a browser app, desktop application, and Python package. It renders the computation graphs of neural network and machine learning models, making it easy to inspect layer structure, tensor shapes, and operator attributes. The project is hosted on GitHub under the MIT License and has accumulated over 32,000 stars as of mid-2026.

    What It Is

    Netron is a graph-based viewer that loads a saved model file and renders its architecture as an interactive node-and-edge diagram. It targets ML practitioners, researchers, and engineers who need to understand, debug, or document model structure without writing custom inspection code. The tool operates entirely client-side in the browser or as a native desktop app, meaning no model data is sent to a remote server.

    Format Support

    Netron covers a wide range of model serialization formats across the major ML frameworks:

    • Stable support: ONNX, TensorFlow Lite, PyTorch, torch.export, ExecuTorch, TorchScript, TensorFlow, Core ML, OpenVINO, Keras, Caffe, Darknet, Safetensors, NumPy
    • Experimental support: MLIR, JAX, GGUF, RKNN, ncnn, MNN, PaddlePaddle, scikit-learn

    This breadth makes Netron useful across research, production, and edge-deployment workflows regardless of the originating framework.

    Deployment Options

    Netron can be accessed in several ways:

    • Browser: The hosted web app at netron.app runs entirely in the browser with no installation required.
    • macOS: Distributed as a .dmg file or via brew install --cask netron.
    • Linux: Available as .deb or .rpm packages.
    • Windows: Distributed as an .exe installer or via winget install -s winget netron.
    • Python: Installable via pip install netron, then invoked with netron [FILE] or netron.start('[FILE]') from within a script or notebook.

    Update: v9.0.9

    The latest release is version 9.0.9, published on May 23, 2026. The repository was last pushed to on May 25, 2026, indicating active ongoing maintenance. The project has been continuously developed since its creation in December 2010, with the primary language being JavaScript. The GitHub repository lists 19 open issues and over 3,100 forks, reflecting broad community engagement.

    Why It Matters for ML Workflows

    Model visualization is a practical necessity when debugging unexpected outputs, verifying export correctness after framework conversion (e.g., PyTorch → ONNX), or communicating architecture decisions to collaborators. Netron fills this role without requiring a running training environment — a user only needs the saved model file. Its support for Safetensors and GGUF also makes it relevant for the growing ecosystem of large language model weights distributed via Hugging Face and similar platforms.

    Netron - 1

    Community Discussions

    Be the first to start a conversation about Netron

    Share your experience with Netron, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Free

    Fully open-source under the MIT License. Free to use, modify, and distribute.

    • Neural network model visualization
    • Support for ONNX, TensorFlow, PyTorch, Core ML, Keras, and more
    • Browser, desktop, and Python access
    • MIT License — free to use and modify

    Capabilities

    Key Features

    • Interactive neural network graph visualization
    • Support for ONNX, TensorFlow, PyTorch, Core ML, Keras, and more
    • Experimental support for GGUF, JAX, MLIR, and scikit-learn
    • Browser-based viewer with no server-side model upload
    • Desktop apps for macOS, Linux, and Windows
    • Python package with programmatic API
    • Inspect layer attributes, tensor shapes, and operator details
    • Open model files via URL in the browser version

    Integrations

    ONNX
    TensorFlow
    TensorFlow Lite
    PyTorch
    TorchScript
    ExecuTorch
    torch.export
    Core ML
    OpenVINO
    Keras
    Caffe
    Darknet
    Safetensors
    NumPy
    MLIR
    JAX
    GGUF
    RKNN
    ncnn
    MNN
    PaddlePaddle
    scikit-learn
    Hugging Face
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Netron and help others make informed decisions.

    Developer

    Lutz Roeder

    Lutz Roeder builds open-source developer tools, most notably Netron, a widely used visualizer for neural network and machine learning models. He maintains the project as an individual developer on GitHub, where Netron has accumulated over 32,000 stars. The project is released under the MIT License and supports an extensive range of ML model formats across all major frameworks.

    Founded 2001
    Seattle, WA
    1 employees

    Used by

    Microsoft
    Google
    NVIDIA
    Amazon
    Read more about Lutz Roeder
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Hugging Face icon

    Hugging Face

    The AI community platform for collaborating on machine learning models, datasets, and applications, with over 2 million models and 500k datasets hosted.

    Models.dev icon

    Models.dev

    Open-source database of AI model specifications, pricing, capabilities, and context limits with a community-contributed API.

    ZeroEval icon

    ZeroEval

    Open-source evaluation framework for testing large language models with zero-shot prompting on reasoning and coding tasks.

    Browse all tools

    Related Topics

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    193 tools

    Model Management

    Tools for managing, versioning, and deploying AI models.

    39 tools

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    245 tools
    Browse all topics
    Back to all tools
    Discussions