Aevornix Mobile
Mobile software built beyond one vendor.
Overview
What Aevornix Mobile is
A RISC-V-first mobile software platform derived from open foundations, with its own network and device services rather than services tied to a specific chipset vendor.
Architecture position
Where this sits in the stack.
Portable and vendor-independent by construction: standard interfaces and open targets, so software moves across the ecosystem rather than binding to one platform.
RVStack architecture, 7 layers from top to bottom: 01 Application, 02 Development toolchain, 03 Portable runtime, 04 Operating layer, 05 RISC-V architecture, 06 Device profile, 07 Deployment target.
- ApplicationGames, tools and software targeting the Aevornix platform..aev project format
- Development toolchainCompiler, linker, debugger, SDK and build systems.ELFDWARF
- Portable runtimeExecution services shared across supported RISC-V targets.
- Operating layerSystem services, permissions, storage, networking and application lifecycle.POSIX-style system interfaces
- RISC-V architecturefoundationThe open instruction-set foundation beneath the software stack.RV64GCRVA23
- Device profileDefined hardware capabilities used for emulation and compatibility testing.
- Deployment targetPhysical devices, virtual environments, cloud targets and certified platforms.linux-riscv64
What it would include
- Network services
- Identity, provisioning and messaging as part of the platform.
- eSIM services
- Embedded-SIM provisioning as a device service rather than an operator add-on.
- Device management
- Enrolment, configuration, update delivery and policy.
Where this actually stands
Research. There is no device, no service to connect to and no operator arrangement. What exists is the architectural position: these services belong to the operating layer, so a device is not dependent on services that ship with its silicon.
Development
Where the work stands.
Objectives and dependencies. Dates appear only where a specific verifiable event backs them.
Research(1)
Mobile platform
In DevelopmentResearch a RISC-V-first mobile software platform with its own network and device services.
- Depends on
- Operating layer · RISC-V SDK