Vehicle and city operating licenses: /licenses/operating. Source files: NOTICE and ATTRIBUTIONS.md in the repository root.
1. This website
Original Ride website copy and layout are published by TRELYAN Inc. TRELYAN™ is a registered Swiss trademark (mark no. 851915). You may not use the mark to imply authorized robotaxi service or a registered Swiss Stiftung — the Foundation remains in formation.
2. Production dependencies and fonts
| Component | Version / source | License | Role |
|---|---|---|---|
| Next.js | 16.3.3 | MIT | Application framework (App Router) |
| React | 19.2.8 | MIT | UI runtime |
| React DOM | 19.2.8 | MIT | DOM renderer |
| Fraunces | Google Fonts distribution | SIL Open Font License 1.1 | Primary serif (optical size, italic emphasis) |
| JetBrains Mono | Google Fonts distribution | SIL Open Font License 1.1 | Monospace for labels, navigation, receipts language |
Transitive npm packages (eslint, tailwind, typescript, and Next.js internals) are MIT, Apache-2.0, ISC, or BSD as declared in each package's LICENSE file under node_modules. Run npm ls --all locally for the lockfile graph. A human-readable NOTICE is committed at the repo root.
3. Protocol and platform notes (not vendored here)
- Algorand / go-algorand falcon_verify. Referenced as the on-chain verification primitive for Falcon-1024 on Algorand TestNet application 763809096. Ride does not vendor the Algorand software in this repository. See https://github.com/algorand/go-algorand and the pinned Falcon build described at trelyan.foundation/verify.
- algorand/falcon (deterministic Falcon-1024). Protocol documentation on the Foundation site pins commit ce15e75bceb372867daf6b8e81918ab6978686eb. This website does not ship that library; trip-receipt language points at TestNet demonstration, not a MainNet write path.
- @trelyan/verify-pqc. Open-source (MIT) verification SDK published by TRELYAN. Linked from /trust; not bundled in this marketing site.
- Apple App Store / Google Play marks. App Store and Google Play names and badges, if shown, are trademarks of Apple Inc. and Google LLC. Placeholder store buttons on /download are not listings and do not imply an available app.
4. SIL Open Font License
Fraunces and JetBrains Mono are licensed under the SIL Open Font License 1.1. The OFL allows use, study, modification, and redistribution provided the fonts are not sold by themselves and reserved names are respected. Full OFL text: openfontlicense.org.
5. MIT (summary)
Permission is hereby granted, free of charge, to any person obtaining a copy of the MIT- licensed software and associated documentation files, to deal in the software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies, subject to the copyright notice and permission notice being included in all copies. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND.