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
40 changes: 40 additions & 0 deletions apps/Aquiis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
layout: app
permalink: /Aquiis/

description: Multi-tenant property management system for DIY landlords
license: MIT

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.1
X-AppImage-Name: Aquiis Property Management
Name: Aquiis Property Management
Exec: Aquiis.AppImage
Icon: aquiis
Type: Application
Terminal: false
Categories: Office;Finance
Comment: Multi-tenant property management system for DIY landlords
AppImageHub:
X-AppImage-Payload-License: MIT
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.2/Aquiis-1.1.2-x86_64.AppImage
22 changes: 22 additions & 0 deletions database/Aquiis/aquiis.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[Desktop Entry]
Name=Aquiis Property Management
Comment=Multi-tenant property management system for DIY landlords
Exec=Aquiis.AppImage
Icon=aquiis
Type=Application
Categories=Office;Finance;
Terminal=false
StartupWMClass=Aquiis Property Management
X-AppImage-Version=1.1.1
X-AppImage-Name=Aquiis Property Management
X-AppImage-Arch=x86_64
Keywords=property;management;landlord;rental;lease;tenant;invoice;

[AppImageHub]
X-AppImage-Payload-License=MIT
# Dear upstream developer, please include update information in your AppImage
# (e.g., with appimagetool -u) so that users can easily update the AppImage
# Dear upstream developer, please include a digital signature in your AppImage
# (e.g., with appimagetool -s) so that users can easily verify the authenticity the AppImage
X-AppImage-Type=2
X-AppImage-Architecture=x86_64
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.
141 changes: 141 additions & 0 deletions database/Aquiis/com.aquiis.propertymanagement.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
<?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</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.1" date="2026-02-28">
<description>
<p>Bug Fix and Enhancement Release</p>
<ul>
<li>Fixed brand theme flicker on repeated NavLink clicks</li>
<li>Fixed login double-submit causing blank page redirect</li>
<li>Windows database encryption implementation using DPAPI</li>
<li>Windows installer deployment (replaced portable executable)</li>
<li>Hidden Electron menu bar for native desktop experience</li>
<li>Optimized MutationObserver for improved performance</li>
<li>Enhanced documentation with cross-references</li>
</ul>
</description>
</release>
<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.