No description
Find a file
2026-04-20 13:03:04 +00:00
.github Enable compact headers in speed test 2026-04-13 10:11:12 +02:00
.idea style: Arrange all fields and methods 2022-04-06 10:34:19 +02:00
application Merge pull request #7504 from entur/cost-missmatch-2 2026-04-20 12:55:43 +00:00
astar Remove inefficient methods from ShortestPathTree 2026-04-15 12:06:26 +02:00
client Update dependency vite to v8.0.5 [SECURITY] 2026-04-13 15:05:36 +00:00
doc Add changelog entry for #7504 [ci skip] 2026-04-20 13:03:04 +00:00
domain-core Remove the FeedScopedId.parse() method 2026-03-26 16:01:23 +01:00
gtfs-realtime-protobuf Prepare next development iteration 2.10.0-SNAPSHOT 2026-03-18 12:04:49 +01:00
otp-shaded Prepare next development iteration 2.10.0-SNAPSHOT 2026-03-18 12:04:49 +01:00
raptor review: Improve documentation and clarity in TripScheduleWithOffset and RaptorTripSchedule 2026-04-20 12:26:44 +02:00
script review: Correct spelling errors in configuration and documentation 2026-04-08 12:03:02 +02:00
street Clean up tests for compact line strings 2026-04-16 13:00:36 +02:00
test Prepare next development iteration 2.10.0-SNAPSHOT 2026-03-18 12:04:49 +01:00
utils Merge pull request #7434 from entur/fix-unstable-ordering-transmodel-tariffzones 2026-03-23 14:47:09 +00:00
.git-blame-ignore-revs Add .git-blame-ignore-revs entry 2026-03-23 10:42:40 +02:00
.gitignore Ignore EPSG directory that sometimes gets generated during tests 2026-01-30 15:17:15 +02:00
.prettierrc.yml Configure prettier to use lf for line endings 2026-03-23 10:38:36 +02:00
ARCHITECTURE.md Change titles to title case. 2025-10-08 10:38:03 +03:00
checkstyle.xml Add ConstantName rule to Checkstyle 2026-02-09 16:20:36 +02:00
CLAUDE.md Use Java 25 for everything 2026-01-27 23:16:07 +02:00
codecov.yml Fix codecov syntax [ci skip] 2022-12-21 21:56:21 +01:00
CONTRIBUTING.md Add text about AI tool usage to CONTRIBUTING.md. 2026-02-19 17:19:22 +02:00
DEVELOPMENT_DECISION_RECORDS.md Add docs 2025-10-23 14:18:58 +03:00
lgpl-3.0.txt
LICENSE
magidoc.mjs refactor: Fix paths in CI scripts 2024-10-11 16:12:59 +02:00
maven-settings.xml
mkdocs.yml Remove Smoove bike rental updater 2026-04-14 21:59:50 +03:00
openrewrite.yml Add some openrewrite recipes that somewhat match the new checkstyle rules 2026-01-27 18:54:59 +02:00
pom.xml Bump serialization version id for #7461 2026-04-14 14:22:51 +00:00
publiccode.yml Run publiccode.yml fields through editor to validate the correctness of the file. 2026-02-20 11:20:15 +02:00
README.md Change titles to title case. 2025-10-08 10:38:03 +03:00
renovate.json5 Improve npm package repository security 2026-03-31 12:01:37 +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.