|
|
3 tygodni temu | |
|---|---|---|
| .github | 1 miesiąc temu | |
| BuildTools | 5 lat temu | |
| CGMBLEKit @ ba5d0b7daf | 1 miesiąc temu | |
| DanaKit @ 0158fc8539 | 1 miesiąc temu | |
| G7SensorKit @ 4d0780db06 | 1 miesiąc temu | |
| LibreTransmitter @ 20f6d0e171 | 1 miesiąc temu | |
| LiveActivity | 6 miesięcy temu | |
| LoopKit @ 0229bb18d3 | 1 miesiąc temu | |
| MedtrumKit @ b7f3d44c06 | 1 miesiąc temu | |
| MinimedKit @ ba80a8f46a | 1 miesiąc temu | |
| Model | 1 miesiąc temu | |
| OmniBLE @ b0b78e66a6 | 1 miesiąc temu | |
| OmniKit @ 38af22b3d3 | 1 miesiąc temu | |
| RileyLinkKit @ 8dad76d152 | 2 miesięcy temu | |
| TidepoolService @ 5f4927dcac | 1 miesiąc temu | |
| Trio | 3 tygodni temu | |
| Trio Watch App | 1 rok temu | |
| Trio Watch App Extension | 1 miesiąc temu | |
| Trio Watch App Tests | 1 rok temu | |
| Trio Watch Complication | 1 rok temu | |
| Trio.xcodeproj | 1 miesiąc temu | |
| Trio.xcworkspace | 1 miesiąc temu | |
| TrioTests | 1 miesiąc temu | |
| dexcom-share-client-swift @ 875faf232b | 1 miesiąc temu | |
| fastlane | 5 miesięcy temu | |
| patches | 1 rok temu | |
| scripts | 1 miesiąc temu | |
| trio-oref | 6 miesięcy temu | |
| .gitignore | 1 rok temu | |
| .gitmodules | 1 miesiąc temu | |
| BuildDetails.plist | 2 lat temu | |
| CODE_OF_CONDUCT.md | 1 rok temu | |
| CONTRIBUTING.md | 1 miesiąc temu | |
| Config.xcconfig | 1 miesiąc temu | |
| Gemfile | 4 miesięcy temu | |
| Gemfile.lock | 4 miesięcy temu | |
| LICENSE.txt | 5 lat temu | |
| PRIVACY_POLICY.md | 1 rok temu | |
| README.md | 1 miesiąc temu | |
| Rambafile | 4 lat temu | |
| TDDStored+CoreDataClass.swift | 1 rok temu | |
| TDDStored+CoreDataProperties.swift | 1 rok temu | |
| blacklisted-versions.json | 1 rok temu | |
| crowdin.yml | 2 lat temu | |
| oref0_source_version.txt | 6 miesięcy temu |
Trio is an open source automated insulin delivery (OS-AID) system for iOS based on the OpenAPS algorithm, with adaptations for Trio.
Trio builds on years of work from the #WeAreNotWaiting diabetes community. Trio emerged from that broader body of work and is now developed as its own independent open-source project with the backing and support of the Nightscout Foundation. Since then, it has seen substantial contributions from many developers, resulting in a wide range of new features and enhancements.
Its roots trace back to Ivan Valkou’s FreeAPS X, an iPhone implementation of the OpenAPS algorithm, as well as subsequent community development (later known as iAPS), the LoopKit set of tools for building AID systems on iOS, and a broad set of open source pump and CGM drivers developed by the wider OS-AID contributor community.
Trio is developed in active collaboration with the wider open source AID ecosystem across both iOS and Android. The project is committed not only to building Trio itself, but also to enabling collaboration across communities, platforms, and contributor groups in support of stronger and more accessible OS-AID solutions.
In parallel, Trio contributors are actively involved in collaboration with researchers and healthcare professionals to help push the boundaries of what open source AID can achieve.
Trio continues to evolve through contributions from developers, testers, documentation writers, translators, and community members across the open source diabetes ecosystem.
Trio aims to make open source automated insulin delivery safer and more accessible for people with diabetes who are willing to learn, including those supported by experienced users and healthcare professionals, while continuing to support the experienced users and contributors who help build and improve it.
Today, Trio primarily serves:
Over time, Trio aims to work safely for any person with diabetes who is willing to learn, while continuing to bring along the experienced users, "super users", and contributors who help shape and improve the project and the OS-AID ecosystem as a whole.
You can either use the Build Script or you can run each command manually.
If you copy, paste, and run the following script in Terminal, it will guide you through downloading and installing Trio. More information about the script can be found here.
/bin/bash -c "$(curl -fsSL \
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/TrioBuildSelectScript.sh)"
In Terminal, cd to the folder where you want your download to reside, change <branch> in the command below to the branch you want to download (ie. dev), and press return.
git clone --branch=<branch> --recurse-submodules https://github.com/nightscout/Trio.git && cd Trio
Create a ConfigOverride.xcconfig file that contains your Apple Developer ID (something like 123A4BCDE5). This will automate signing of the build targets in Xcode:
Copy the command below, and replace xxxxxxxxxx by your Apple Developer ID before running the command in Terminal.
echo 'DEVELOPER_TEAM = xxxxxxxxxx' > ConfigOverride.xcconfig
Then launch Xcode and build the Trio app:
xed .
Instructions:
main branch:dev branch:
https://github.com/nightscout/Trio/blob/dev/fastlane/testflight.mdInstructions in greater detail:
For questions or contributions, please join our Discord server.