This guide provides detailed instructions for installing and using Beyond Better (BB) on Windows systems.
- Windows 10 or later
- At least 4GB of RAM (8GB or more recommended)
- 1GB of free disk space
- Internet connection
- Download the appropriate installer from the BB Releases page:
- Recommended:
BB-dui-{version}-windows-x64.msi(MSI installer) - Alternative:
BB-dui-{version}-windows-x64-setup.exe(NSIS installer)
- Recommended:
- Double-click the downloaded file to run the installer
- If you see a User Account Control (UAC) prompt, click 'Yes' to allow installation
- Follow the installation wizard to complete the installation
When launching BB for the first time, you may see security warnings because the application is currently unsigned:
-
SmartScreen Warning:
- You'll see a message "Windows protected your PC"
- Click 'More info'
- Click 'Run anyway'
- This security approval is only needed once
-
WebView2 Installation:
- If you don't have Microsoft Edge WebView2 Runtime installed
- The installer will automatically download and install it
- This is required for BB's user interface
- Open Command Prompt
- Navigate to your project directory
- Run
bb init - Follow the prompts to configure your project
- Navigate to your project directory
- Run
bb start - BB will start and open in your default web browser
- Navigate to your project directory
- Run
bb stop
By default, BB runs without TLS for simplicity. If you want to enable HTTPS:
-
View Current Status:
bb secure status
Shows TLS status and certificate details if enabled
-
Enable TLS:
bb secure on
Note: You'll see a User Account Control (UAC) prompt to allow trust store updates
-
View Certificates (after enabling):
- Press Windows+R
- Type
certmgr.mscand press Enter - Expand "Trusted Root Certification Authorities"
- Click "Certificates"
- Look for "Beyond Better CA"
For more details, see the Certificate Management Guide.
You can also use BB directly from the command line:
- Open Command Prompt.
- Navigate to your project directory.
- Run the following commands as needed:
bb initto initialize a new projectbb startto start BB and open the browser interfacebb chatto start BB and use the command-line interfacebb stopto stop the BB server
Note: The commands above work without the .exe extension as long as the installation directory is in your PATH.
If you encounter any issues:
- Check the chat logs:
bb logs - Check the API logs:
bb logs --api - Ensure you're running Command Prompt as an administrator for certain operations.
- Verify that your Anthropic API key is correctly set in the
.bb/config.yamlfile. - If using TLS, verify status:
bb secure status
If problems persist, please create an issue on the BB GitHub repository with details about the error and steps to reproduce it.
For more information, refer to the main documentation or the installation guide.