diff --git a/README.md b/README.md
index 5a19c23..7bf278e 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,14 @@
-")
-# Jambula-OS
+
-Jambula OS is a custom tailored Linux operating system designed for ARM-based System-on-Chip (SoC) devices such as those found in single board computers (SBCs) like the Raspberry Pi.
+Jambula OS is a lightweight, free, and open source Linux operating system customized for deployment on embedded single board computers (SBCs), such as the popular Raspberry Pi.
+This stable and efficient distribution is the ideal foundation for tech enthusiasts, developers, and the DIY/maker community especially those in the smart home space.
-It is mainly used by our organization i.e. Jambula Labs to build smart devices such as JambulaTV,
-a low cost and smart home hub that automates several tasks in your house or apartment while providing security and
-privacy to you and your family. Read more about it at: https://jambulatv.com
+Designed for maximum resilience in internet or power challenged areas, Jambula OS prioritizes a 'local-first' architecture ensuring your projects and data remain reliable, even when the connection goes offline.
+
+It is designed for low resource hardware and provides out-of-the-box support for essential features like Wi-Fi hotspot networking and a file sharing collaboration platform.
+
+Read more about it at: https://jambula.org
Pre-requisites
@@ -16,27 +18,25 @@ services. There's an initial ncurses style based setup program that allows you
will be provided by your Raspberry Pi. However, in order to use it effectively, you need to already be
familiar with using Linux on the command line interface (CLI).
-You will also need a Raspberry Pi 5 device with all accessories required to boot including an SD card.
-
+You will also need a Raspberry Pi 5 along with all required boot accessories, including an SD card of at least 8 GB.
Supported Boards
1. Raspberry Pi 5 Model B Rev 1.0
-
-
+
How to quickly get started
1. Download the latest Jambula OS image to a temporary directory:
- wget -P /tmp -c https://jambula.net/downloads/Jambula-OS/jambulaOS-202509-100303-img.7z
+ wget -P /tmp -c https://jambula.org/downloads/jambulaOS-202512-111023-img.7z
2. Extract the above image to a temporary directory using p7zip tool (https://www.7-zip.org/download.html)
cd /tmp
- 7za e /tmp/jambulaOS-202509-100303-img.7z
+ 7za e /tmp/jambulaOS-202512-111023-img.7z
3. Burn the resulting image i.e. sdcard.img to your SD card using a tool such as dd
@@ -46,24 +46,33 @@ You will also need a Raspberry Pi 5 device with all accessories required to boot
4. Insert SD card into your raspberry pi and power it on
-5. During the first boot process, Jambula OS will perform an initial system
- configuration and reboot automatically.
+5. Upon initial boot, Jambula OS will present crucial setup information on the Linux
+ console, including details for connecting to the temporary Wi-Fi hotspot and the
+ necessary SSH connection command
-6. Upon reboot of your device, log in as root using the temporary password printed out.
- IMPORTANT: You will be prompted to change the password. Please do so immediately and
- remember to use a strong password
-
- 
+ 
-7. After changing your password, the Jambula OS setup menu will appear as shown above.
- The setup menu will allow you to configure your device according to your needs.
+6. After establishing the remote SSH connection, you will be automatically presented
+ with a setup wizard to begin configuring Jambula OS.
+
+ 
+
+ **NOTE:***For the optimal setup experience, it is recommended to initiate the process via
+ an SSH connection established from a remote graphical Linux desktop environment
+ like GNOME, KDE, XFCE etc.*
+
+7. Once you successfully navigate the simple setup wizard, the system will perform an
+ automatic reboot, and Jambula OS will be fully configured and ready for use.
TIP: To run the setup menu again, use the command line tool: jambula-setup
+
+ 
-8. Finally, if you like were this is going and are able, please support my work by
+8. Feel free to contribute to Jambula OS by filing detailed bug reports and submitting
+ code enhancements via Pull Requests directly to our Git repository.
+
+9. Finally, if you like were this is going and are able, please support my work by
making a contribution today. Check out the FUNDING file for details. You can also
- contact me via email using: joseph AT zikusooka.com
-
-9. Enjoy!
+ contact me via email using: zik AT jambula.org
@@ -71,23 +80,21 @@ You will also need a Raspberry Pi 5 device with all accessories required to boot
Starting with October 2024 releases, support for Home-Assistant is included in this image.
This means you can now use the setup menu to perform local installs and upgrades of
- Home-Assistant core. The current release includes version 2025.9.0. However, you can also
- upgrade to the latest upstream versions once you are connected to the internet
-
+ Home-Assistant core. The current release includes version 2025.12.0. However, you can also
+ upgrade to the latest upstream versions once you are connected to the internet.
TO DO
1. Raspberry Pi 4 and 3 series hardware support
-2. File sharing and syncing
+2. Photo management
3. Network and device monitoring
-Support Jambula OS
+IMPORTANT: Support Jambula OS
Your financial support can help sustain and improve Jambula OS. Please consider contributing
to this project! Check out the FUNDING file for details or contact me direct via email using:
- joseph AT zikusooka.com
-
+ zik AT jambula.org
diff --git a/console.png b/console.png
deleted file mode 100644
index 3994fde..0000000
Binary files a/console.png and /dev/null differ
diff --git a/graphics/jambula_os_2025_12.png b/graphics/jambula_os_2025_12.png
new file mode 100644
index 0000000..a94fc7a
Binary files /dev/null and b/graphics/jambula_os_2025_12.png differ
diff --git a/graphics/jambula_os_motd_part_1.png b/graphics/jambula_os_motd_part_1.png
new file mode 100644
index 0000000..7967274
Binary files /dev/null and b/graphics/jambula_os_motd_part_1.png differ
diff --git a/graphics/jambula_os_motd_part_2.png b/graphics/jambula_os_motd_part_2.png
new file mode 100644
index 0000000..3181922
Binary files /dev/null and b/graphics/jambula_os_motd_part_2.png differ
diff --git a/graphics/jambula_os_setup_menu_primary.png b/graphics/jambula_os_setup_menu_primary.png
new file mode 100644
index 0000000..8f72c80
Binary files /dev/null and b/graphics/jambula_os_setup_menu_primary.png differ
diff --git a/graphics/jambula_os_setup_menu_secondary.png b/graphics/jambula_os_setup_menu_secondary.png
new file mode 100644
index 0000000..5cfdf08
Binary files /dev/null and b/graphics/jambula_os_setup_menu_secondary.png differ
diff --git a/graphics/logo.png b/graphics/logo.png
new file mode 100644
index 0000000..fbe709b
Binary files /dev/null and b/graphics/logo.png differ
diff --git a/graphics/welcome_console.png b/graphics/welcome_console.png
new file mode 100644
index 0000000..708e72a
Binary files /dev/null and b/graphics/welcome_console.png differ
diff --git a/jambulaOS-202509-100303-img.7z b/jambulaOS-202509-100303-img.7z
deleted file mode 100644
index ba001bf..0000000
--- a/jambulaOS-202509-100303-img.7z
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a placeholder file that points to Jambula OS image located at an external link
-
-[Click here to download Jambula-OS image](https://jambula.net/downloads/Jambula-OS/jambulaOS-202509-100303-img.7z)
-
diff --git a/jambulaOS-202512-111023-img.7z b/jambulaOS-202512-111023-img.7z
new file mode 100644
index 0000000..e60858e
--- /dev/null
+++ b/jambulaOS-202512-111023-img.7z
@@ -0,0 +1,4 @@
+This is a placeholder file that points to Jambula OS image located at an external link
+
+[Click here to download Jambula-OS image](https://jambula.org/downloads/jambulaOS-202512-111023-img.7z)
+
diff --git a/jambula_os_setup.png b/jambula_os_setup.png
deleted file mode 100644
index c1c75fb..0000000
Binary files a/jambula_os_setup.png and /dev/null differ
diff --git a/logo.png b/logo.png
deleted file mode 100644
index 50dfe38..0000000
Binary files a/logo.png and /dev/null differ