Hello MVPs! We are excited to share with you an early build of AI Shell!
Follow these brief steps to download and install AI Shell on your device:
- Be sure you have Azure CLI installed and logged in using the
az login
command - For the best experience please download and utilize PowerShell 7 in Windows Terminal
- Find your computer’s architectures package zip in this repo, download it and
AIShell-Module.zip
file. Currently this repo only supports the Windows architecture. In the real release Mac and Linux will also be provided.
Note: Be sure to download BOTH zip files!
-
Unzip both and save them to a known location
-
Unblock both files – Right click on the file and in propteries, check the unblock box.
-
In PowerShell 7 run Import-Module \AIShell\
For example: Import-Module C:\Users\stevenbucher\AIShellBuild\AIShell\
- Now run
Start-AIShell -Path <Path to AISH>/aish.exe
[optional] For ease of use you can also add the path to aish.exe to your PATH environment variable and then just use Start-AIShell
Once launched you have the choice between two different agents; openai-gpt
and azure
. For this
MVP build, we would appreciate you testing with the azure
agent. You are welcome to try the
openai-gpt but will need to provide your own Azure OpenAI details or OpenAI API key.
Please note that this is an early build and we are looking for your feedback on the experience. You can submit feedback at aka.ms/AIShell-Feedback.
We are also completely open source! You can find more details on the code/product and submit product bugs at at aka.ms/AIShell-Repo.