Skip to content

Commit e8ecb37

Browse files
author
CIS Guru
committed
Add Aquiis v1.1.0 - Property Management Software
Aquiis is a property management application for diy landlords managing 1-9 residential rental properties. Built with .NET 10, Blazor Server, and ElectronNET. Features: - Complete tenant lifecycle management (prospect to lease) - Database encryption at rest with SQLCipher AES-256 - Automated rent invoicing and payment tracking - Maintenance request tracking - Property inspections with PDF reports - Security deposit investment tracking - Multi-user support with role-based access control License: MIT Release: v1.1.0 (February 19, 2026) Size: 231 MB Architecture: x86_64
1 parent 05f3012 commit e8ecb37

6 files changed

Lines changed: 177 additions & 0 deletions

File tree

apps/Aquiis.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: app
3+
permalink: /Aquiis/
4+
5+
icons:
6+
- Aquiis/aquiis.png
7+
8+
screenshots:
9+
- Aquiis/screenshot.png
10+
11+
authors:
12+
- name: xnodeoncode
13+
url: https://github.com/xnodeoncode
14+
15+
links:
16+
- type: GitHub
17+
url: xnodeoncode/Aquiis
18+
- type: Download
19+
url: https://github.com/xnodeoncode/Aquiis/releases
20+
21+
desktop:
22+
Desktop Entry:
23+
X-AppImage-Arch: x86_64
24+
X-AppImage-Version: 1.1.0
25+
X-AppImage-Name: Aquiis
26+
Name: Aquiis
27+
Exec: Aquiis.AppImage
28+
Icon: aquiis
29+
Type: Application
30+
Terminal: false
31+
Categories: Office;Finance
32+
Comment: Property management for small landlords
33+
AppImageHub:
34+
X-AppImage-Type: 2
35+
X-AppImage-Architecture: x86_64
36+
---

data/Aquiis

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/xnodeoncode/Aquiis/releases/download/v1.1.0/Aquiis-1.1.0-x86_64.AppImage

database/Aquiis/aquiis.desktop

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[Desktop Entry]
2+
Name=Aquiis Property Management
3+
Comment=Multi-tenant property management system for small landlords
4+
Exec=Aquiis-1.1.0-x86_64.AppImage
5+
Icon=aquiis
6+
Type=Application
7+
Categories=Office;Finance;
8+
Terminal=false
9+
StartupWMClass=Aquiis Property Management
10+
X-AppImage-Version=1.1.0
11+
X-AppImage-Name=Aquiis Property Management
12+
X-AppImage-Arch=x86_64
13+
Keywords=property;management;landlord;rental;lease;tenant;invoice;

database/Aquiis/aquiis.png

22 KB
Loading
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>com.aquiis.propertymanagement</id>
4+
<metadata_license>MIT</metadata_license>
5+
<project_license>MIT</project_license>
6+
<name>Aquiis Property Management</name>
7+
<summary>Modern property management software for small landlords</summary>
8+
9+
<description>
10+
<p>
11+
Aquiis SimpleStart is a standalone desktop application designed for landlords managing 1-9 residential rental properties.
12+
Built with modern technology, it provides professional-grade property management features without the complexity or
13+
subscription costs of enterprise solutions.
14+
</p>
15+
<p>Key Features:</p>
16+
<ul>
17+
<li>Property Management - Track up to 9 residential properties with photos and documents</li>
18+
<li>Tenant Lifecycle - Complete prospect-to-tenant journey with digital applications and screening</li>
19+
<li>Lease Management - Digital lease creation with acceptance tracking and multi-lease support</li>
20+
<li>Financial Management - Automated rent invoicing, payment tracking, and late fee application</li>
21+
<li>Maintenance Tracking - Work order management with vendor assignment and scheduling</li>
22+
<li>Inspections - Comprehensive 26-item checklist with PDF report generation</li>
23+
<li>Security Deposit Investment - Track annual dividends distributed to tenants</li>
24+
<li>Multi-user Support - Role-based access control for administrators and property managers</li>
25+
</ul>
26+
<p>
27+
Perfect for independent landlords, property owners who self-manage their rentals, and anyone seeking
28+
affordable, easy-to-use property management software.
29+
</p>
30+
</description>
31+
32+
<launchable type="desktop-id">com.aquiis.propertymanagement.desktop</launchable>
33+
34+
<screenshots>
35+
<screenshot type="default">
36+
<caption>Dashboard with property overview and metrics</caption>
37+
<image>https://raw.githubusercontent.com/xnodeoncode/Aquiis/main/Documentation/Screenshots/dashboard.png</image>
38+
</screenshot>
39+
<screenshot>
40+
<caption>Property management interface</caption>
41+
<image>https://raw.githubusercontent.com/xnodeoncode/Aquiis/main/Documentation/Screenshots/property-management.png</image>
42+
</screenshot>
43+
<screenshot>
44+
<caption>Lease workflow and tenant management</caption>
45+
<image>https://raw.githubusercontent.com/xnodeoncode/Aquiis/main/Documentation/Screenshots/lease-workflow.png</image>
46+
</screenshot>
47+
<screenshot>
48+
<caption>Invoice and payment tracking</caption>
49+
<image>https://raw.githubusercontent.com/xnodeoncode/Aquiis/main/Documentation/Screenshots/invoice-tracking.png</image>
50+
</screenshot>
51+
</screenshots>
52+
53+
<url type="homepage">https://github.com/xnodeoncode/Aquiis</url>
54+
<url type="bugtracker">https://github.com/xnodeoncode/Aquiis/issues</url>
55+
<url type="help">https://github.com/xnodeoncode/Aquiis/blob/main/README.md</url>
56+
57+
<developer id="com.github.xnodeoncode">
58+
<name>xnodeoncode</name>
59+
</developer>
60+
61+
<provides>
62+
<binary>AquiisPropertyManagement</binary>
63+
</provides>
64+
65+
<releases>
66+
<release version="1.1.0" date="2026-02-19">
67+
<description>
68+
<p>Security and Schema Enhancement Release</p>
69+
<ul>
70+
<li>Database encryption at rest with SQLCipher AES-256</li>
71+
<li>Sample data management system with IsSampleData flags</li>
72+
<li>Content Security Policy (CSP) headers for web security</li>
73+
<li>Multi-tenant data integrity enhancements</li>
74+
<li>Database schema v1.1.0 with automatic migrations</li>
75+
<li>OS keychain integration for password caching (Linux)</li>
76+
<li>Automatic database location migration</li>
77+
<li>New application naming convention</li>
78+
</ul>
79+
</description>
80+
</release>
81+
<release version="1.0.0" date="2026-01-28">
82+
<description>
83+
<p>First stable release for public distribution</p>
84+
<ul>
85+
<li>Complete property, tenant, and lease management</li>
86+
<li>Automated invoicing and payment tracking</li>
87+
<li>Maintenance request tracking with vendor management</li>
88+
<li>Comprehensive property inspections with PDF reports</li>
89+
<li>Security deposit investment tracking with dividends</li>
90+
<li>Multi-user support with role-based access control</li>
91+
<li>Linux AppImage with 2-second startup (performance optimized)</li>
92+
</ul>
93+
</description>
94+
</release>
95+
</releases>
96+
97+
<content_rating type="oars-1.1">
98+
<content_attribute id="money-purchasing">mild</content_attribute>
99+
</content_rating>
100+
101+
<categories>
102+
<category>Office</category>
103+
<category>Finance</category>
104+
</categories>
105+
106+
<keywords>
107+
<keyword>property</keyword>
108+
<keyword>management</keyword>
109+
<keyword>landlord</keyword>
110+
<keyword>rental</keyword>
111+
<keyword>lease</keyword>
112+
<keyword>tenant</keyword>
113+
<keyword>invoice</keyword>
114+
<keyword>payment</keyword>
115+
<keyword>maintenance</keyword>
116+
<keyword>inspection</keyword>
117+
</keywords>
118+
119+
<supports>
120+
<control>pointing</control>
121+
<control>keyboard</control>
122+
</supports>
123+
124+
<requires>
125+
<display_length compare="ge">1024</display_length>
126+
</requires>
127+
</component>

database/Aquiis/screenshot.png

130 KB
Loading

0 commit comments

Comments
 (0)