Download Latest Version RisingOS-1.1-trixie-amd64.hybrid.iso (2.4 GB)
Email in envelope

Get an email when there's a new version of RisingOS

Home / 1.1
Name Modified Size InfoDownloads / Week
Parent folder
README-1.1.txt 2026-09-02 5.7 kB
RisingOS-1.1-trixie-amd64.hybrid.iso 2026-09-02 2.4 GB
Totals: 2 Items   2.4 GB 281
RisingOS 1.1 (Trixie)
======================
Fecha de lanzamiento: 25 de agosto de 2026


⚠ PROBLEMA CONOCIDO (actualizado 2 de septiembre de 2026)
--------------------------------------------------------

Al instalar esta ISO con Calamares, RisingBiz puede quedar inaccesible
("servidor no encontrado" al abrir risingbiz.local), porque el instalador
reescribe /etc/hosts y pierde una línea que la app necesita.

Este problema ya está resuelto en la versión 1.1: la ISO actual incluye
el paquete risingbiz 1.0.4, que corrige la causa raíz del problema.

Si instalaste con una ISO anterior y te pasa esto, solucionalo así:

    sudo apt update
    sudo apt install --only-upgrade risingbiz

(o, si no tenés el repo agregado todavía, mirá la sección "Repositorio
APT" más abajo, y después corré esos dos comandos).


NOVEDADES
---------

RisingBiz — nueva app incluida por defecto
  Gestión de negocio (clientes, productos, ventas e insumos), instalada
  de fábrica en esta ISO. Licencia GPL-3.0.
  - Asistente de configuración inicial: el primer acceso guía a crear
    el usuario administrador desde el navegador, sin pasos por terminal.
  - Módulo completo de gestión de usuarios (alta, edición, baja).
  - Dashboard con ventas, ganancia, balance e insumos.

  Si ya tenés RisingOS instalado y no querés esperar a la próxima ISO,
  podés sumarla ahora mismo:

    sudo apt update
    sudo apt install risingbiz


MEJORAS EN EL INSTALADOR (CALAMARES)
--------------------------------------

Soporte de XFS en el particionado manual
  El instalador ahora permite seleccionar XFS como sistema de archivos
  al particionar manualmente. Antes no aparecía como opción aunque
  estuviera habilitado en la configuración, porque faltaba la
  herramienta necesaria (xfsprogs) en el entorno live.

Contraseña de administrador (root) independiente
  El instalador ahora permite establecer una contraseña de root
  distinta a la del usuario. Por defecto viene tildada la opción
  "usar la misma contraseña", así que no cambia nada para quien no
  necesite esta opción, pero queda disponible para quien la busque.


REPOSITORIO APT
----------------

Corregido: la clave pública GPG del repositorio no estaba publicada
correctamente, lo que impedía agregar el repositorio en sistemas nuevos.
Ya está disponible y verificada.

Para agregar el repositorio de RisingOS en cualquier sistema Debian:

    curl -fsSL https://repo.rising-arrow.online/dists/stable/rising-os-repo-key.asc \
      | sudo gpg --dearmor -o /usr/share/keyrings/risingos.gpg

    echo "deb [signed-by=/usr/share/keyrings/risingos.gpg] https://repo.rising-arrow.online stable main" \
      | sudo tee /etc/apt/sources.list.d/risingos.list

    sudo apt update


BASE DEL SISTEMA
-----------------

Sin cambios: sigue sobre Debian 13 (Trixie).


---
Rising Arrow — https://rising-arrow.com/risingos


================================================================================


RisingOS 1.1 (Trixie)
======================
Release date: August 25, 2026


⚠ KNOWN ISSUE (updated September 2, 2026)
------------------------------------------

When installing this ISO with Calamares, RisingBiz may become
unreachable ("server not found" when opening risingbiz.local), because
the installer rewrites /etc/hosts and loses a line the app needs.

This issue is already resolved in version 1.1: the current ISO ships
with risingbiz 1.0.4, which fixes the root cause.

If you installed with an earlier ISO and run into this, fix it with:

    sudo apt update
    sudo apt install --only-upgrade risingbiz

(or, if you haven't added the repo yet, see the "APT Repository" section
below first, then run those two commands).


WHAT'S NEW
----------

RisingBiz — new app included by default
  Business management app (clients, products, sales, and supplies),
  installed by default on this ISO. GPL-3.0 licensed.
  - Initial setup wizard: first access guides you through creating the
    administrator user right from the browser, no terminal steps needed.
  - Full user management module (create, edit, delete).
  - Dashboard with sales, profit, balance, and supplies overview.

  If you already have RisingOS installed and don't want to wait for the
  next ISO, you can add it right now:

    sudo apt update
    sudo apt install risingbiz


INSTALLER IMPROVEMENTS (CALAMARES)
-------------------------------------

XFS support in manual partitioning
  The installer now lets you select XFS as a filesystem during manual
  partitioning. It previously didn't show up as an option even though
  it was enabled in the configuration, because the required tool
  (xfsprogs) was missing from the live environment.

Independent administrator (root) password
  The installer now lets you set a root password different from the
  user's. The "use the same password" option is checked by default,
  so nothing changes if you don't need this, but it's there if you do.


APT REPOSITORY
----------------

Fixed: the repository's public GPG key wasn't published correctly,
which prevented adding the repository on new systems. It's now
available and verified.

To add the RisingOS repository on any Debian-based system:

    curl -fsSL https://repo.rising-arrow.online/dists/stable/rising-os-repo-key.asc \
      | sudo gpg --dearmor -o /usr/share/keyrings/risingos.gpg

    echo "deb [signed-by=/usr/share/keyrings/risingos.gpg] https://repo.rising-arrow.online stable main" \
      | sudo tee /etc/apt/sources.list.d/risingos.list

    sudo apt update


SYSTEM BASE
-----------

No changes: still based on Debian 13 (Trixie).


---
Rising Arrow — https://rising-arrow.com/en/risingos
Source: README-1.1.txt, updated 2026-09-02