scoutnotebook.com · customer portal · releases & installers
Customer portal

Downloads & installers

Sign in with your work email and the access code assigned by your VisionFI account team.

Don’t have a code? Your account team can issue one — hello@visionfi.ai
Releases

Downloads

The latest builds for your team. Come back any time — this page always serves the current release.

Desktop app

Scout Notebook

The full desktop application for loan review. Installs like any app — no server, no IT project. Auto-updates once installed.

macOS

Scout Notebook for macOS

DMG · ~190 MB
Download
Windows

Scout Notebook for Windows

EXE installer · ~155 MB
Download
Linux

Scout Notebook for Linux

AppImage · ~210 MB
Download
Command line

Scout CLI

The headless Scout engine for servers and automation. Same review runs as the desktop app, driven from scripts and pipelines.

Linux

scout (x64)

Static binary · current build
Download
macOS

scout

Universal binary
In packaging — ask your account team for early builds.
Windows

scout.exe

Static binary
In packaging — ask your account team for early builds.
$ curl -fsSL https://downloads.scoutnotebook.com/dist/scout-cli/wMwHebx3lNg97sGy/scout -o scout $ chmod +x scout $ ./scout --help # run a review from any pipeline
.NET integration

VisionFI.Scout on NuGet

The Scout harness for .NET — embed Scout review runs inside your own Windows services and back-office tooling.

NuGet · .NET

VisionFI.Scout

Hosted feed · Stable + Insiders
Commit a nuget.config pointing at our feed, then add the package — NuGet resolves the current release.
$ dotnet add package VisionFI.Scout # with the feed configured — see install instructions