Skip to content

foxglove/studio

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 5, 2023 19:47
September 5, 2023 11:58
September 19, 2023 10:58
March 8, 2021 15:34
March 8, 2021 15:34

Accelerate your robotics development


Foxglove Studio



Download   •   Docs   •   Blog   •   Slack   •   Twitter   •   Contact Us

Foxglove is an integrated visualization and diagnosis tool for robotics.

Foxglove Studio screenshot


To learn more, visit the following resources:

About  •  Documentation  •  Release notes  •  Blog

You can join us on the following platforms to ask questions, share feedback, and stay up to date on what our team is working on:

GitHub Discussions  •  Slack  •  Newsletter  •  Twitter  •  LinkedIn


Installation

Foxglove Studio is available online at studio.foxglove.dev, or desktop releases can be downloaded from foxglove.dev/download.

Open Source

Foxglove Studio follows an open core licensing model. Most functionality is available in this repository, and can be reproduced or modified per the terms of the Mozilla Public License v2.0.

The official binary distributions available at studio.foxglove.dev or foxglove.dev/download incorporate some closed-source functionality, such as integration with Foxglove Data Platform, multiple layouts, private extensions, and more. For more information on free and paid features, see our Pricing.

Self-hosting

Foxglove Studio can be self-hosted using our docker image. Please note that this build does not contain any closed source functionality.

docker run --rm -p "8080:8080" ghcr.io/foxglove/studio:latest

Foxglove Studio will be accessible in your browser at localhost:8080.

Overriding the default layout

Bind-mount a layout JSON file at /foxglove/default-layout.json to set the default layout used when loading Studio from the Docker image.

docker run --rm -p "8080:8080" -v /path/to/custom_layout.json:/foxglove/default-layout.json ghcr.io/foxglove/studio:latest

Contributing

Foxglove Studio is written in TypeScript – contributions are welcome!

Note: All contributors must agree to our Contributor License Agreement. See CONTRIBUTING.md for more details.

Credits

Foxglove Studio originally began as a fork of Webviz, an open source project developed by Cruise. Most of the Webviz code has been rewritten, but some files still carry a Cruise license header where appropriate.