Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions apps/Aquiis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: app
permalink: /Aquiis/

icons:
- Aquiis/aquiis.png

screenshots:
- Aquiis/screenshot.png

authors:
- name: xnodeoncode
url: https://github.com/xnodeoncode

links:
- type: GitHub
url: xnodeoncode/Aquiis
- type: Download
url: https://github.com/xnodeoncode/Aquiis/releases

desktop:
Desktop Entry:
X-AppImage-Arch: x86_64
X-AppImage-Version: 1.1.0
X-AppImage-Name: Aquiis
Name: Aquiis
Exec: Aquiis.AppImage
Icon: aquiis
Type: Application
Terminal: false
Categories: Office;Finance
Comment: Property management for DIY landlords and property managers
AppImageHub:
X-AppImage-Type: 2
X-AppImage-Architecture: x86_64
---
1 change: 1 addition & 0 deletions data/Aquiis
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/xnodeoncode/Aquiis/releases/download/v1.1.0/Aquiis-1.1.0-x86_64.AppImage
13 changes: 13 additions & 0 deletions database/Aquiis/aquiis.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Desktop Entry]
Name=Aquiis Property Management
Comment=Multi-tenant property management system for DIY landlords and property managers
Exec=Aquiis.AppImage
Icon=aquiis
Type=Application
Categories=Office;Finance;
Terminal=false
StartupWMClass=Aquiis Property Management
X-AppImage-Version=1.1.0
X-AppImage-Name=Aquiis Property Management
X-AppImage-Arch=x86_64
Keywords=property;management;landlord;rental;lease;tenant;invoice;
Binary file added database/Aquiis/aquiis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
127 changes: 127 additions & 0 deletions database/Aquiis/com.aquiis.propertymanagement.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.aquiis.propertymanagement</id>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<name>Aquiis Property Management</name>
<summary>Modern property management software for DIY landlords and property managers</summary>

<description>
<p>
Aquiis SimpleStart is a standalone desktop application designed for landlords managing 1-9 residential rental properties.
Built with modern technology, it provides professional-grade property management features without the complexity or
subscription costs of enterprise solutions.
</p>
<p>Key Features:</p>
<ul>
<li>Property Management - Track up to 9 residential properties with photos and documents</li>
<li>Tenant Lifecycle - Complete prospect-to-tenant journey with digital applications and screening</li>
<li>Lease Management - Digital lease creation with acceptance tracking and multi-lease support</li>
<li>Financial Management - Automated rent invoicing, payment tracking, and late fee application</li>
<li>Maintenance Tracking - Work order management with vendor assignment and scheduling</li>
<li>Inspections - Comprehensive 26-item checklist with PDF report generation</li>
<li>Security Deposit Investment - Track annual dividends distributed to tenants</li>
<li>Multi-user Support - Role-based access control for administrators and property managers</li>
</ul>
<p>
Perfect for independent landlords, property owners who self-manage their rentals, and anyone seeking
affordable, easy-to-use property management software.
</p>
</description>

<launchable type="desktop-id">aquiis.desktop</launchable>

<screenshots>
<screenshot type="default">
<caption>Dashboard with property overview and metrics</caption>
<image>https://raw.githubusercontent.com/xnodeoncode/Aquiis/main/Documentation/Screenshots/dashboard.png</image>
</screenshot>
<screenshot>
<caption>Property management interface</caption>
<image>https://raw.githubusercontent.com/xnodeoncode/Aquiis/main/Documentation/Screenshots/property-management.png</image>
</screenshot>
<screenshot>
<caption>Lease workflow and tenant management</caption>
<image>https://raw.githubusercontent.com/xnodeoncode/Aquiis/main/Documentation/Screenshots/lease-workflow.png</image>
</screenshot>
<screenshot>
<caption>Invoice and payment tracking</caption>
<image>https://raw.githubusercontent.com/xnodeoncode/Aquiis/main/Documentation/Screenshots/invoice-tracking.png</image>
</screenshot>
</screenshots>

<url type="homepage">https://github.com/xnodeoncode/Aquiis</url>
<url type="bugtracker">https://github.com/xnodeoncode/Aquiis/issues</url>
<url type="help">https://github.com/xnodeoncode/Aquiis/blob/main/README.md</url>

<developer id="com.github.xnodeoncode">
<name>xnodeoncode</name>
</developer>

<provides>
<binary>AquiisPropertyManagement</binary>
</provides>

<releases>
<release version="1.1.0" date="2026-02-19">
<description>
<p>Security and Schema Enhancement Release</p>
<ul>
<li>Database encryption at rest with SQLCipher AES-256</li>
<li>Sample data management system with IsSampleData flags</li>
<li>Content Security Policy (CSP) headers for web security</li>
<li>Multi-tenant data integrity enhancements</li>
<li>Database schema v1.1.0 with automatic migrations</li>
<li>OS keychain integration for password caching (Linux)</li>
<li>Automatic database location migration</li>
<li>New application naming convention</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2026-01-28">
<description>
<p>First stable release for public distribution</p>
<ul>
<li>Complete property, tenant, and lease management</li>
<li>Automated invoicing and payment tracking</li>
<li>Maintenance request tracking with vendor management</li>
<li>Comprehensive property inspections with PDF reports</li>
<li>Security deposit investment tracking with dividends</li>
<li>Multi-user support with role-based access control</li>
<li>Linux AppImage with 2-second startup (performance optimized)</li>
</ul>
</description>
</release>
</releases>

<content_rating type="oars-1.1">
<content_attribute id="money-purchasing">mild</content_attribute>
</content_rating>

<categories>
<category>Office</category>
<category>Finance</category>
</categories>

<keywords>
<keyword>property</keyword>
<keyword>management</keyword>
<keyword>landlord</keyword>
<keyword>rental</keyword>
<keyword>lease</keyword>
<keyword>tenant</keyword>
<keyword>invoice</keyword>
<keyword>payment</keyword>
<keyword>maintenance</keyword>
<keyword>inspection</keyword>
</keywords>

<supports>
<control>pointing</control>
<control>keyboard</control>
</supports>

<requires>
<display_length compare="ge">1024</display_length>
</requires>
</component>
Binary file added database/Aquiis/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading