viewer-3.0
This is CBMC Viewer version 3.0.
On MacOS, you can install with brew: Run
  brew install aws/tap/cbmc-viewer
On all machines, you can install with pip: Run
  python3 -m pip install cbmc-viewer
For best results, install universal ctags or exuberant ctags with
- MacOS: 
brew install universal-ctagsorbrew install ctags - Ubuntu: 
sudo apt install universal-ctagsorsudo apt install ctags - Windows: Follow the installation instructions in the universal-ctags or exuberant ctags repository.
 
Universal ctags gives the best results.