Bitcoin Core App preview
The Bitcoin Core App preview is ready for testing. These builds are unsigned CI artifacts, are intended for testing and feedback only, require a GitHub login to download, and should not be used with real funds.
Download builds
- macOS 14 preview build (
unsecure_macos-14_gui) - Ubuntu 24.04 preview build (
unsecure_ubuntu-24.04_gui)
Report feedback on GitHub Issues
What to test
The current preview includes the core app experience documented on this site: first use, navigation, block status, wallet creation and import, activity, receiving, sending, settings, addresses, contacts, and console screens. We will continue refining the documentation as the preview release becomes more precise.
Download notes
- Log in to GitHub before opening a preview build link.
- Download the artifact for your operating system.
- Older Android devices may not allow you to install the application.
- If the application crashes on start, check whether a
bitcoin.conffile exists and whether all settings it contains are correct. - Pull requests may be set to signet while testing continues.
- To see the onboarding flow again, start the application with
--resetguisettings.
Apple Silicon macOS
If macOS sees the downloaded file as a document and not as an application, run this command in Terminal from the download folder:
chmod +x ./bitcoin-qt
The artifact must also be locally signed before it can run:
codesign -s - ./bitcoin-qt
Then right-click the file and select “Open”. On newer macOS versions, you may also need to allow execution of the application in Privacy & Security settings (more here).
Feedback we need
When reporting feedback, include the operating system, device model, artifact name, what you tried to do, what happened, and screenshots or logs when available.
Useful questions:
- Did you install it on a phone, tablet, or desktop?
- Were the download instructions easy to understand?
- How was the installation process?
- How long did it take to sync?
- How did the installation affect the battery of your device?
- What do you think of the block status and wallet flows?
- How was the overall experience?