https://github.com/flybywiresim/simbridge
https://github.com/flybywiresim/simbridge
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flybywiresim/simbridge
- Owner: flybywiresim
- License: gpl-3.0
- Created: 2021-12-18T15:27:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T10:52:49.000Z (2 months ago)
- Last Synced: 2025-04-10T06:30:58.862Z (about 2 months ago)
- Language: TypeScript
- Size: 16 MB
- Stars: 22
- Watchers: 18
- Forks: 31
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

[](https://discord.gg/UjzuHMU)
[](https://twitter.com/FlybywireSim)
[](https://www.youtube.com/c/FlyByWire-Simulations)
[](https://www.facebook.com/FlyByWireSimulations/)
[](https://instagram.com/flybywiresim)## FlyByWire SimBridge
This repo contains the source code to SimBridge
## Developing
Please make sure you have:
NodeJS 18 - [Homepage](https://nodejs.org/en/)
```bash
# Install all dependencies
$ npm install# Build all packages
$ npm run build# Start server, to use interfaces you need to build them beforehand
$ npm run start# Wipe build/ and dist/ folders, build all packages, package to exe and copy dependencies/resources to build folder
$ npm run build:exec# Package to exe and copy dependencies/resources to build folder, without rebuilding
$ npm run install:exec```
## Documentation
Start the server and direct to `localhost:8380/api` for API documentation