Skip to Content
InstallationDownload and install

Download and install

The Lakemine installer is a desktop app. It deploys the appliance into your Databricks account and then gets out of the way. It is not the runtime: the engine runs as a scheduled Databricks job on your own compute, and the installer holds deploy credentials only for the duration of the install.

Download it from lakemine.ai .

The lakemine.ai download page, showing the platform options and the current version number.

Before you install

The installer’s only hard local prerequisite is the Databricks CLI. Install it first and the first screen’s checks pass immediately.

brew tap databricks/tap && brew install databricks

If you skip this, the installer’s first screen tells you it is missing and shows the command for your operating system, ready to copy.

macOS

Two builds are published, and you want the one matching your Mac:

FileFor
Lakemine-<version>-arm64.dmgApple Silicon (M1 and later)
Lakemine-<version>.dmgIntel

Mount the DMG and drag Lakemine into Applications. Open it from Applications or Launchpad.

macOS DMG mounted, showing the Lakemine app icon and the Applications folder alias side by side.

If macOS says the app cannot be verified

This applies to pre-release and internal builds only. Released builds are notarized by Apple and open normally on a double-click.

Pre-release builds are ad-hoc signed, so Gatekeeper does not recognize the developer. Double-clicking gives a dialog with no way forward. Instead:

  1. Right-click, or Control-click, the Lakemine app in Applications.
  2. Choose Open.
  3. Confirm in the dialog.

macOS remembers the decision, so you only do this once.

If the app was downloaded through a browser it also carries a quarantine attribute, which can produce a “damaged and cannot be opened” message. Clear it with:

xattr -dr com.apple.quarantine /Applications/Lakemine.app

Only run that on a build you obtained from Lakemine directly.

Windows

Download Lakemine-<version>-Setup.exe and run it.

Pre-release builds are not yet signed with a code-signing certificate, so Windows SmartScreen shows “Windows protected your PC”. Click More info, then Run anyway. Released builds are signed and open without the prompt.

Windows SmartScreen dialog for the Lakemine installer, with the “More info” link expanded to reveal the “Run anyway” button.

Linux

A .deb package is published for Debian and Ubuntu:

sudo dpkg -i lakemine_<version>_amd64.deb

What the installer does and does not do

It does: sign you in to Lakemine, sign you in to your Databricks account and hub workspace, verify your workspace, deploy the scheduled job and dashboard, apply the grants the scan needs, start the first scan, and register the install with the portal.

It does not: stay running, run the analysis itself, or keep any credential after it closes. The install credential is held for the duration of the install and never leaves your machine.

Next

Sign in to Lakemine.

Last updated on