No description
Find a file
Leonard Ehrenfried 49dec4ae6a
Fix typo [ci skip]
2025-11-28 10:07:48 +01:00
.github Fix +Roadmap and add 'Keep Open' label to exempt issues from closure 2025-11-19 10:45:38 +01:00
.idea revert IDE config changes 2025-07-03 17:32:13 +01:00
application Fix typo [ci skip] 2025-11-28 10:07:48 +01:00
astar Merge pull request #7083 from HSLdevcom/extend-checkstyle-usage 2025-11-26 11:46:31 +01:00
client fix(deps): update debug ui dependencies (non-major) 2025-11-18 05:44:09 +00:00
doc Add changelog entry for #7079 [ci skip] 2025-11-27 12:48:53 +00:00
gtfs-realtime-protobuf Use snapshot version 2025-09-22 10:29:19 +02:00
otp-shaded Update otp-shaded/pom.xml 2025-11-05 12:52:13 +01:00
raptor Merge pull request #7083 from HSLdevcom/extend-checkstyle-usage 2025-11-26 11:46:31 +01:00
script Update description_link method format in release script 2025-11-20 15:45:11 +01:00
test feat: add support for real-time used stops in transfer generation 2025-11-12 21:19:16 +01:00
utils Add missing braces 2025-11-14 16:57:58 +02:00
.git-blame-ignore-revs Update .git-blame-ignore-revs 2025-11-14 17:03:32 +02:00
.gitignore gitignore: ignore .claude file 2025-10-08 14:56:02 +02:00
.prettierrc.yml Fix compatibility issues with nordic profile from #4863 2023-03-02 17:07:39 +01:00
ARCHITECTURE.md Change titles to title case. 2025-10-08 10:38:03 +03:00
checkstyle.xml Add NeedBraces modules to checkstyle 2025-11-14 16:35:17 +02:00
CLAUDE.md Update CLAUDE.md 2025-10-16 10:55:48 +02:00
codecov.yml Fix codecov syntax [ci skip] 2022-12-21 21:56:21 +01:00
CONTRIBUTING.md doc: Template for rejecting PRs 2025-10-09 16:55:11 +02:00
DEVELOPMENT_DECISION_RECORDS.md Add docs 2025-10-23 14:18:58 +03:00
lgpl-3.0.txt add LGPL 2009-12-03 02:02:39 +00:00
LICENSE Add a single License file and remove all OTP and OBA file license headers. 2018-08-14 13:27:53 +02:00
magidoc.mjs refactor: Fix paths in CI scripts 2024-10-11 16:12:59 +02:00
maven-settings.xml replace TravisCI with GH actions and packages 2021-01-06 15:10:36 +08:00
mkdocs.yml Carpooling POC (#6791) 2025-11-20 11:33:32 +01:00
openrewrite.yml Add NeedBraces recipe to OpenRewrite 2025-11-14 16:36:02 +02:00
pom.xml Bump serialization version id for #7079 2025-11-27 12:49:17 +00:00
README.md Change titles to title case. 2025-10-08 10:38:03 +03:00
renovate.json5 Use newer version of checkstyle in checkstyle plugin 2025-11-25 13:59:55 +02:00

Overview

Join the chat at https://gitter.im/opentripplanner/OpenTripPLanner Matrix codecov Commit activity Docker Pulls

OpenTripPlanner (OTP) is an open source multi-modal trip planner, focusing on travel by scheduled public transportation in combination with bicycling, walking, and mobility services including bike share and ride hailing. Its server component runs on any platform with a Java virtual machine ( including Linux, Mac, and Windows). It exposes GraphQL APIs that can be accessed by various clients including open source Javascript components and native mobile applications. It builds its representation of the transportation network from open data in open standard file formats (primarily GTFS and OpenStreetMap). It applies real-time updates and alerts with immediate visibility to clients, finding itineraries that account for disruptions and service changes.

Note that this branch contains OpenTripPlanner 2, the second major version of OTP, which has been under development since 2018 and is now the dominant one and the only one being supported.

Development

OpenTripPlanner is a collaborative project incorporating code, translation, and documentation from contributors around the world. We welcome new contributions. Further development guidelines can be found in the documentation.

Contributing Guidelines

See CONTRIBUTING.md

Development History

The OpenTripPlanner project was launched by Portland, Oregon's transport agency TriMet (http://trimet.org/) in July of 2009. As of this writing in September 2025, it has been in development for over 16 years. See the main documentation for an overview of OTP history and a list of cities and regions using OTP around the world.

Measuring OTP Performance

📊 Dashboard

We run a speed test (included in the code) to measure the performance for every PR merged into OTP.

More information about how to set up and run it.

Repository Layout

The main Java server code is in application/src/main/. OTP also includes a Javascript client based on the MapLibre mapping library in client/src/. This client is now used for testing, with most major deployments building custom clients from reusable components. The Maven build produces a unified ("shaded") JAR file at otp-shaded/target/otp-shaded-VERSION.jar containing all necessary code and dependencies to run OpenTripPlanner.

Additional information and instructions are available in the main documentation, including a quick introduction.

Getting in Touch

The fastest way to get help is to use our Gitter chat room where most of the core developers are. Bug reports may be filed via the Github issue tracker. The OpenTripPlanner mailing list is used almost exclusively for project announcements. The mailing list and issue tracker are not intended for support questions or discussions. Please use the chat for this purpose. Other details of project governance can be found in the main documentation.

OTP Ecosystem

  • awesome-transit Community list of transit APIs, apps, datasets, research, and software.