Naomi Distribution
PLEASE READ THE DOCS
Only a quick reference and download links are provided below, all platforms and steps after the installation are not covered.
If you're new to Naomi, it is strongly recommended to read the Configuration Guide for a complete overview of your options and detailed instructions.
2.2
3.0.M3
Stable versions are thoroughly tested semi-annual official releases of Naomi. Use the stable version for your production environment if you don't need the latest enhancements and prefer a robust system.
Install Naobian (Recommended)
- Download and install Etcher
- Download the Naobian image (
.imgfile) for your system from the repo: - Write the image to your SD card using Etcher
- Insert the SD card in your device, ensure the network is connected or setup the Wi-Fi first if you want to update & ssh into the device, and reboot!
- Go into the directory
- Run the app
Note: sha256 checksum if you want to check the download f308875fba9ffad8868aa256e50df095eaa2cf159adebd490c4a555ae147ee1c Naobian-1.0.zip
Unlike standard Raspbian which has a user 'pi' with a password 'raspberry', the Naobian image uses the following as default username and password:
Default user: pi
Default password: NaobianAs a network connected device, having a unique password significantly enhances your security and thwarts the majority of hacking attempts.
We recommend setting a unique password for any device, especially one that is exposed directly to the internet.
cd Naomi./Naomi.pyTo update check for updates at any given time
go into the Naomi dir (cd ~/Naomi) and run git pull
Manual Installation
- Follow the Config Documentation to setup the Audio Engine, Text-to-Speech, & Speech-to-Text.
- Fetch the repository
- Explode directory
- Rename directory
- Go into the directory
- Setup the install
- Run the install
- Run the app
curl -L "https://dl.bintray.com/naomiproject/rpi-repo2/stable/Naomi-2.2.zip" -o Naomi-2.2.zipunzip Naomi-2.2.zipmv Naomi-2.2 Naomicd Naomichmod +x naomi-setup.sh./naomi-setup.shpython Naomi.pyAcknowledgements
- JFrog is distributing our releases through Bintray.
- Netlify provides continuous deployment and hosting for this website.
