opendbc-siteo
opendbc-site
Jan 19

CSV Download

It would be really nice to be able to compare in a tabular view – most flexible would probably be to allow a CSV download of all data. (I've quickly tried to extract it from opendbc on Github, but no success).Use case is – probably – mostly curiosity: which car provides the highest max lateral accel? Filter all that don't use torque steering. Things like that ...
PendingPending

Jan 21, 2026

Oh, that JSON is more than helpful already — thanks a lot! I also didn’t realize that the list view was meant for comparing, so that one’s on me. It works great. And by the way, that little site is a real gem — also frontend-wise. Vinxi + Solid is a very nice combo!

Jan 21, 2026

In the repo there is a json file with all the data I extracted from commaai/opendbc -> https://github.com/ugtthis/opendbc-site/blob/main/src/data/m… For CSV download, it's unlikely in the near future this will be a feature. Not a priority yet at least. The more fine grain filtering will come in more down the line. As for comparing different cars, there is a compare view. The top right of the main screen should have a toggle that lets you switch to a list view. To the left of each car model there is a square you can select to then compare different models. You'll be able to see a side by side view of the different specs. An example compare link -> https://opendbc.com/compare?cars=acura-ilx-⁠2019%2Cacura-int… Thanks for postin some feedback!