Download JBrowse 2
JBrowse 2 is a new browser for today's increasingly complex data. We make several different products for use in different scenarios, choose the one below that best fits your needs.
JBrowse Desktop
A standalone app that runs on your own computer that can view data from many sources.
Check out our quick start guide after downloading. Can't find what you're looking for? Check other platforms.
JBrowse Web
Run a full-featured genome browser with many types of built-in views on your own website.
Consider installing the JBrowse CLI tools (below), which can be used to create and manage JBrowse Web instances from the command line.
JBrowse CLI tools
The JBrowse CLI helps administrators add genome assemblies, tracks, and more to their config files.
npm install -g @jbrowse/cli
After installing, check out our quick-start guide.
Static image generator
@jbrowse/img generates images of JBrowse 2 statically on the command line. See the documentation or the NPM package.
Embedded components
- @jbrowse/react-app2 — full JBrowse 2 app React component on NPM (live examples)
- @jbrowse/react-linear-genome-view2 — linear genome browser React component on NPM (live examples)
- @jbrowse/react-circular-genome-view2 — circular genome browser React component on NPM (live examples)
More info in the embedded docs, including examples with create-react-app, vite, next.js, and vanillajs.
Other language bindings
- Python (anywidget): Documentation, source code
- R/Shiny: Documentation, JBrowseR — R package on CRAN