Code Monkey home page Code Monkey logo

agi-dev-releases's Introduction

agi-dev-releases

This repository is used as a placeholder for Android GPU Inspector dev-releases.

The latest stable release of AGI is accessible here.

Dev-releases are unstable preview releases for developers, they are NOT stable releases. The release.md file lists dev-releases.

The latest unstable dev-release is available here.

How to know the version of an installed AGI

Start AGI, then go the Help menu and select About: the pop-up window contains the version string, which looks like:

0.10.0:dev-20200730-74a5de24d813178531c46cafaecb68d12d384b85

Alternatively, you can use the gapit -version command:

$ ./path/to/agi/gapit -version
GAPIT version 0.10.0:dev-20200730-74a5de24d813178531c46cafaecb68d12d384b85

How to get notifications for new dev-releases

Launch AGI, go to the Edit -> Preferences menu, and tick both “Automatically check for AGI updates” and “Include unstable developer releases” options:

alt text

Make sure to relaunch AGI.

When a new dev-release is published, a "New update available" notification will be displayed on the startup screen:

alt text

Clicking on this notification will bring you to the latest dev-release page on GitHub from where you can download the build relevant to your platform.


(Obsolete) Temporary: work around notarization issues on macOS releases

⚠️ This work around was needed for dev-releases between v0.10.0-dev-20200527 and v0.10.0-dev-20200612

We are currently dealing with issues related to macOS notarization. As a temporary work around, we stop embedding a JRE in our macOS releases. We recommend to install Azul Zulu community JRE 11, which seems to work fine with AGI on macOS.

⚠️ This JRE is offered by a third-party, please read Azul Zulu community terms of use before using it.

You can obtain the Azul Zulu JRE 11 and install it in AGI folder with the following commands, also provided as the temp-macos-install-zulu-jre.sh helper script:

# Path to AGI install
agipath="/Applications/AGI.app/Contents/MacOS"

# Sanity check
if [ -d ${agipath}/jre ] ; then echo "Error: please remove the ${agipath}/jre directory before running this script" ; exit 1 ; fi

# Download and install Azul Zulu JRE 11
curl -LO https://cdn.azul.com/zulu/bin/zulu11.39.15-ca-jre11.0.7-macosx_x64.zip
echo "d5f40f9a221816e3f4c3219ac658d184d8cb4f99c7a1fb19f4ffc45d88bafd73  zulu11.39.15-ca-jre11.0.7-macosx_x64.zip" | shasum -c
unzip zulu11.39.15-ca-jre11.0.7-macosx_x64.zip
mv zulu11.39.15-ca-jre11.0.7-macosx_x64/zulu-11.jre/Contents/Home ${agipath}/jre

This is not an officially supported Google product.

agi-dev-releases's People

Contributors

hevrard avatar hliatis avatar pau-baiget avatar yalcinmelihyasin avatar purvisa-at-google-com avatar johnplate avatar stellama0208 avatar pmuetschard avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.