|
|
1 месяц назад | |
|---|---|---|
| .github | 1 месяц назад | |
| BuildTools | 5 лет назад | |
| CGMBLEKit @ ba5d0b7daf | 1 месяц назад | |
| DanaKit @ 0158fc8539 | 1 месяц назад | |
| G7SensorKit @ 4d0780db06 | 1 месяц назад | |
| LibreTransmitter @ 20f6d0e171 | 1 месяц назад | |
| LiveActivity | 6 месяцев назад | |
| LoopKit @ 0229bb18d3 | 1 месяц назад | |
| MedtrumKit @ b7f3d44c06 | 1 месяц назад | |
| MinimedKit @ ba80a8f46a | 1 месяц назад | |
| Model | 1 месяц назад | |
| OmniBLE @ b0b78e66a6 | 1 месяц назад | |
| OmniKit @ 38af22b3d3 | 1 месяц назад | |
| RileyLinkKit @ 8dad76d152 | 2 месяцев назад | |
| TidepoolService @ 5f4927dcac | 1 месяц назад | |
| Trio | 1 месяц назад | |
| Trio Watch App | 1 год назад | |
| Trio Watch App Extension | 1 месяц назад | |
| Trio Watch App Tests | 1 год назад | |
| Trio Watch Complication | 1 год назад | |
| Trio.xcodeproj | 1 месяц назад | |
| Trio.xcworkspace | 1 месяц назад | |
| TrioTests | 1 месяц назад | |
| dexcom-share-client-swift @ 875faf232b | 1 месяц назад | |
| fastlane | 5 месяцев назад | |
| patches | 1 год назад | |
| scripts | 1 месяц назад | |
| trio-oref | 6 месяцев назад | |
| .gitignore | 1 год назад | |
| .gitmodules | 1 месяц назад | |
| BuildDetails.plist | 2 лет назад | |
| CODE_OF_CONDUCT.md | 1 год назад | |
| CONTRIBUTING.md | 1 месяц назад | |
| Config.xcconfig | 1 месяц назад | |
| Gemfile | 4 месяцев назад | |
| Gemfile.lock | 4 месяцев назад | |
| LICENSE.txt | 5 лет назад | |
| PRIVACY_POLICY.md | 1 год назад | |
| README.md | 1 месяц назад | |
| Rambafile | 4 лет назад | |
| TDDStored+CoreDataClass.swift | 1 год назад | |
| TDDStored+CoreDataProperties.swift | 1 год назад | |
| blacklisted-versions.json | 1 год назад | |
| crowdin.yml | 2 лет назад | |
| oref0_source_version.txt | 6 месяцев назад |
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, but not Trio-specific:
If you would like to give something back to the Trio community, there are several ways to contribute:
When you have successfully built Trio and managed to get it working well for your diabetes management, it's time to pay it forward. You can start by responding to questions in the Facebook or Discord support groups, helping others make the best out of Trio.
Trio is translated into several languages to make sure it's easy to understand and use all over the world. Translation is done using Crowdin, and does not require any programming skills. If your preferred language is missing or you'd like to improve the translation, please sign up as a translator on Crowdin.
Can you code in Swift? Do you have UI/UX skills? Do you know how to optimize API calls or improve data storage? Do you have experience with testing and release management? Trio is a collaborative project. We always welcome fellow enthusiasts who can contribute with new code, improvements, or help with testing. If you want to contribute to the development of Trio, please reach out on Discord or Facebook.
For questions or contributions, please join our Discord server.