1.00.3
Commands are more in depth.
ACHDS (Advanced Code Helper Diagnostic System), a SOAR helper #001. It helps fix basic problems in code and is in Version 1.0
AVSS (Anti Virus SOAR Software), is a light antivirus software, doesn't do too much for version 1.0 besides looking for suspicious files/apps open.
Most advanced update yet for its time.
you must make a folder manually
windows command prompt
cd C:\Users\YourUsername\Documents\YourFolder
python -m venv soar-env
soar-env\Scripts\activate
mac
cd /Users/YourUsername/Documents/YourFolder
python3 -m venv soar-env
source soar-env/bin/activate