# foxglove-opensource
**Repository Path**: bitpan/foxglove-opensource
## Basic Information
- **Project Name**: foxglove-opensource
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MPL-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-04-17
- **Last Updated**: 2025-10-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://foxglove.dev)
To learn more, visit the following resources:
[About](https://foxglove.dev/about)
•
[Documentation](https://docs.foxglove.dev/docs)
•
[Release notes](https://github.com/foxglove/studio/releases)
•
[Blog](https://foxglove.dev/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](https://github.com/orgs/foxglove/discussions)
•
[Slack](https://foxglove.dev/slack)
•
[Newsletter](https://foxglove.dev/#footer)
•
[Twitter](https://twitter.com/foxglovedev)
•
[LinkedIn](https://www.linkedin.com/company/foxglovedev/)
## Installation
Foxglove Studio is available online at [studio.foxglove.dev](https://studio.foxglove.dev/), or desktop releases can be downloaded from [foxglove.dev/download](https://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](/LICENSE).
The official binary distributions available at [studio.foxglove.dev](https://studio.foxglove.dev/) or [foxglove.dev/download](https://foxglove.dev/download) incorporate some closed-source functionality, such as integration with [Foxglove Data Platform](https://foxglove.dev/data-platform), multiple layouts, private extensions, and more. For more information on free and paid features, see our [Pricing](https://foxglove.dev/pricing).
## Self-hosting
Foxglove Studio can be self-hosted using our [docker image](https://ghcr.io/foxglove/studio). Please note that this build does not contain any closed source functionality.
```sh
docker run --rm -p "8080:8080" ghcr.io/foxglove/studio:latest
```
Foxglove Studio will be accessible in your browser at [localhost:8080](http://localhost:8080/).
### Overriding the default layout
[Bind-mount](https://docs.docker.com/storage/bind-mounts/) a layout JSON file at `/foxglove/default-layout.json` to set the default layout used when loading Studio from the Docker image.
```sh
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](https://github.com/foxglove/cla). See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
## Credits
Foxglove Studio originally began as a fork of [Webviz](https://github.com/cruise-automation/webviz), an open source project developed by [Cruise](https://getcruise.com/). Most of the Webviz code has been rewritten, but some files still carry a Cruise license header where appropriate.