diff --git a/content/opensource_packages/cuttlefish.md b/content/opensource_packages/cuttlefish.md new file mode 100644 index 00000000..5e3362e5 --- /dev/null +++ b/content/opensource_packages/cuttlefish.md @@ -0,0 +1,29 @@ +--- +name: Android-Cuttlefish +category: Miscellaneous +description: Cuttlefish is a configurable Android Virtual Device (AVD) that runs both remotely and locally, and it also guarantees full fidelity with Android framework. +download_url: https://github.com/google/android-cuttlefish/releases +works_on_arm: true +supported_minimum_version: + version_number: 0.9.26 + release_date: 2024/05/21 + + +optional_info: + homepage_url: https://source.android.com/docs/devices/cuttlefish + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://source.android.com/docs/devices/cuttlefish/get-started + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: https://github.com/google/android-cuttlefish/tree/v0.9.26?tab=readme-ov-file#virtual-device-for-android-host-side-utilities + release_notes__recommended_minimum: + other_info: Linux/ARM64 support is mentioned in the Readme.md in the first released version on GitHub, i.e 0.9.26. + +--- diff --git a/content/opensource_packages/mesa.md b/content/opensource_packages/mesa.md new file mode 100644 index 00000000..5e6617fd --- /dev/null +++ b/content/opensource_packages/mesa.md @@ -0,0 +1,29 @@ +--- +name: Mesa +category: Miscellaneous +description: Mesa is an open-source library in Python, used for agent-based modeling, and is ideal for simulating complex systems and exploring emergent behaviors. +download_url: https://pypi.org/project/Mesa/2.3.4/#files +works_on_arm: true +supported_minimum_version: + version_number: 0.5 + release_date: 2014/12/16 + + +optional_info: + homepage_url: https://mesa.readthedocs.io/en/stable/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://mesa.readthedocs.io/en/stable/#using-mesa + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: There are no release notes for Linux/ARM64. Mesa can be installed via pip, where none-any wheels are available. The least version available at PyPi is 0.5. + +---