-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
239 lines (219 loc) · 22 KB
/
index.html
File metadata and controls
239 lines (219 loc) · 22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DresOS - An Open Source Security Organization</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<h1>Hello, we are DresOS</h1>
<p>An open source organization that focuses on the security and development of Android devices, Linux machines, apps, and bots. <strong>Click the green tab titles to switch between sections.</strong></p>
<!-- Tabs Section -->
<div class="tabs">
<input type="radio" id="tab0" name="tab-control" checked>
<input type="radio" id="tab1" name="tab-control">
<input type="radio" id="tab2" name="tab-control">
<input type="radio" id="tab3" name="tab-control">
<input type="radio" id="tab4" name="tab-control">
<input type="radio" id="tab5" name="tab-control">
<input type="radio" id="tab6" name="tab-control">
<ul>
<li title="Welcome"><label for="tab0" role="button">Welcome</label></li>
<li title="DresEcoVerse"><label for="tab1" role="button">DresEcoVerse</label></li>
<li title="DresOS Distro"><label for="tab2" role="button">DresOS: The Defensive Security Distro</label></li>
<li title="Magisk Modules"><label for="tab3" role="button">Magisk Modules</label></li>
<li title="DresOS Android"><label for="tab4" role="button">DresOS Android</label></li>
<li title="GitHub Projects"><label for="tab5" role="button">GitHub Projects</label></li>
<li title="Terms of Service"><label for="tab6" role="button">Terms of Service</label></li>
</ul>
<div class="content">
<!-- Welcome -->
<section>
<h2>Welcome to DresOS</h2>
<p>Hello, we are DresOS, an open source organization dedicated to enhancing security and development for Android devices, Linux machines, apps, and bots. Our mission is to provide privacy focused, secure and innovative tools that empower users in a digital world.</p>
<p>To explore our work, click the green tab titles above.</p>
<h3>Table of Contents</h3>
<ul>
<li><strong>Welcome</strong> Introduction to DresOS and our mission</li>
<li><strong>DresEcoVerse</strong> Our Telegram community for updates, apps, bots, and devlogs</li>
<li><strong>DresOS: The Defensive Security Distro</strong> Our upcoming Linux defensive security distribution (late 2026)</li>
<li><strong>Magisk Modules</strong> Our upcoming Magisk modules to automate parts of the DresOS Android Defensive Security System build process</li>
<li><strong>DresOS Android</strong> Complete guide to build your own fully private, deGoogled Android system</li>
<li><strong>GitHub Projects</strong> All our open source Kali Linux tools, bots, Android projects, and more</li>
<li><strong>Terms of Service</strong> Rules, license, and usage guidelines for our projects</li>
</ul>
<p><em>Click any green tab at the top to jump straight to that section.</em></p>
<h3>DresAI Intelligent AI Assistant by DresOS</h3>
<p>Privacy First · Real Time Knowledge · Extra Encryption Layers</p>
<p>It's here to assist the DresOS community with Linux, security, Android, development, and anything else you need.</p>
<p>Built and maintained by DresOS</p>
<p>Forever Building· Forever Free · Forever Private</p>
<p>I use DuckDuckGo to help with my knowledge base while keeping maximum privacy and encryption.</p>
<p><strong>DresAI Commands</strong></p>
<p>You can talk to it in these ways:</p>
<ul>
<li>In private chat: Send any message</li>
<li>In group: Mention @DresosIbot or say 'dres', 'hey dres', or 'dresai'</li>
<li>Reply to any message It Sends</li>
</ul>
<p>It uses real time DuckDuckGo search to stay up to date.</p>
<p><strong>Encryption</strong></p>
<ul>
<li>AES 256 encryption with Fernet</li>
<li>PBKDF2 key derivation (1.2 million iterations)</li>
<li>Machine bound keys (never stored in plaintext)</li>
<li>Rotating spoofed IP addresses on every search</li>
</ul>
<p>DresAI by DresOS, Privacy First, Always Up to Date. This is our own AI model designed from the ground up for the DresOS community.</p>
</section>
<!-- DresEcoVerse -->
<section>
<h2>DresEcoVerse</h2>
<p>The DresEcoVerse is our central Telegram group where we release updates related to our organization. Join us at <a href="https://t.me/+gqKa5SMoAls4NWY0">The DresEcoVerse</a> (with over 288 members as of early 2026) to stay connected. It features dedicated channels for various topics, including:</p>
<ul>
<li><strong>UPDATES</strong>: Latest news and announcements from DresOS.</li>
<li><strong>APPS</strong>: Our curated FOSS app list.</li>
<li><strong>BOTS</strong>: Info on our Telegram bots, including why some may be offline (e.g., shutdowns for maintenance).</li>
<li><strong>GITHUB PROJECTS</strong>: Links to our github projects.</li>
<li><strong>DresOS: The Defensive Security Distro</strong>: Devlogs and progress updates on our Linux distro.</li>
<li><strong>DRES RADIO</strong>: what we listen to whilst we work.</li>
</ul>
<p>In the DresEcoVerse, we're posting regular devlogs for our Linux distro so you can follow the development journey. You can also find other apps we've released under DresOS there. For any feedback, bug reports, or support requests, please contact us directly using the options in the Contact Us section.</p>
<h3>FOSS Apps Section</h3>
<p>The FOSS Apps section in the EcoVerse is a curated collection of the best privacy focused, security enhancing and quality of life apps for Android. We’re especially proud of this one as it shines a light on many underrated open source developers. For a couple of them we went the extra mile by writing detailed descriptions to help users get the most out of each app.</p>
<h3>DresTor</h3>
<p>DresTor is a refreshed and maintained fork of an older Tor client from The Guardian Project that had unfortunately fallen out of active development. We updated it and gave it a proper home so it could continue to serve the FOSSverse.</p>
<h3>DresGeoSpoofing</h3>
<p>DresGeoSpoofing is a fork and improvement of an excellent location spoofing app originally created by Matias and his team. This was a learning exercise for us as we want to begin developing our own original apps and it was our way of saying thank you to Matias for actually inspiring us to work on apps. We left all credits to Matias and his team in the app so others can discover their outstanding open source work.</p>
</section>
<!-- DresOS Distro -->
<section>
<h2>DresOS: The Defensive Security Distro</h2>
<p>Coming late 2026. Check out the DresEcoVerse for more updates on it.</p>
</section>
<!-- Magisk Modules -->
<section>
<h2>Magisk Modules</h2>
<p>Due to Google's restrictions on app development and firmware swaps, we have shut down all ongoing app projects, including DresSecureComms. But fear not — we will not give in to Google and shut down our organisation like others have.</p>
<p>We are redirecting all time and resources from our app projects into developing Magisk modules. These modules are coming soon and will automate some of the build process of our DresOS Android Defensive Security System. This new approach lets us bypass many of Google's restrictions while continuing the fight against data mining, data selling, and surveillance.</p>
<p>Our first module is due soon and it's a big one replacing your system's WebView. It's one of the most important parts of your device's security architecture, and Google's version phones home telling them everything you're doing online. This tab will become the central hub for all our released Magisk modules.</p>
<p>So stay tuned, stay private, and let's keep building.</p>
<p><strong>The DresOS Team</strong></p>
</section>
<!-- DresOS Android -->
<section>
<h2>DresOS Android</h2>
<p>We originally wanted to release our own system but due to all these new cyber laws and the pressure Google is putting on firmware swaps we just could never release it. So we hope our project can bring our organisation back to its core values and release an idea we had once in a different light.</p>
<p><strong>To build your very own DresOS Android system, follow the steps below:</strong></p>
<ol>
<li>First, follow this project of ours: <a href="https://github.com/DresOperatingSystems/Android-Degoogling">Android-Degoogling</a> a complete rooted deGoogled guide using TWRP + Magisk + MicroG + Fossify apps that completely removes all Google services, tracking, and telemetry from your phone while keeping full functionality.</li>
<li>Then pair it with this project of ours: <a href="https://github.com/DresOperatingSystems/Android-opsec">Android-opsec</a> this adds extra on device cyber security hardening, root level privacy modules (Magisk + LSPosed), system wide tracker blocking, and advanced opsec techniques so even advanced threats can't touch your data.</li>
<li>And finally for the 3rd step install the applications below:</li>
</ol>
<h3>Recommended Apps</h3>
<ul>
<li><strong>ZArchiver Pro</strong> Powerful file manager with strong AES encryption for your files and backups. <a href="https://github.com/Nekorey/Zarchiver-Pro/releases/download/Zarchiver/zarchiver-pro.apk">Download APK</a></li>
<li><strong>IYPS</strong> Encrypted password vault with biometric lock and zero knowledge storage. <a href="https://github.com/StellarSand/IYPS/releases/download/v1.5.6/IYPS_v1.5.6.apk">Download APK</a></li>
<li><strong>RedReader</strong> Secure, modded Reddit client with no ads or tracking. <a href="https://github.com/QuantumBadger/RedReader/releases/download/v1.25.1/RedReader-v1.25.1.apk">Download APK</a></li>
<li><strong>URL Check</strong> Scans any link for IP loggers, malware, and phishing before you open it. <a href="https://github.com/TrianguloY/URLCheck/releases/download/v3.4.1/URLCheck-3.4.1.apk">Download APK</a></li>
<li><strong>OONI Probe</strong> Network measurement tool that detects censorship and surveillance. <a href="https://f-droid.org/repo/org.openobservatory.ooniprobe_274.apk">Download from F-Droid</a></li>
<li><strong>iVizblePro</strong> All in one proxy, firewall, and VPN with Tor support. <a href="https://f-droid.org/repo/pan.alexander.tordnscrypt.stable_26603.apk">Download from F-Droid</a></li>
<li><strong>Metrolist</strong> Privacy focused, modded YouTube Music client. <a href="https://github.com/MetrolistGroup/Metrolist/releases/download/v13.3.0/Metrolist.apk">Download APK</a></li>
<li><strong>Arcane Chat</strong> Fully decentralized, end to end encrypted messaging. <a href="https://github.com/ArcaneChat/android/releases/download/v2.43.0/ArcaneChat-foss-arm64-v8a-2.43.0.apk">Download APK</a></li>
</ul>
<p><strong>How our system protects you:</strong> This setup completely removes Google services and tracking, uses root level privacy modules (Magisk + LSPosed), replaces every app with FOSS alternatives, blocks ads and trackers at the system level, encrypts all your files and passwords, scans every link, and routes traffic through Tor or custom VPNs. You get full control with zero big tech surveillance.</p>
<p>If you followed each step correctly you should now have a fully private system built by DresOS.</p>
<p><strong>Want to give us credit or just use our wallpapers?</strong></p>
<p>Click each image below to open it full size, then right click (or long press on mobile) and choose "Save image as..." to download it.</p>
<p>
<a href="https://image2url.com/r2/default/images/1774015449216-7f721514-09fa-4d07-b667-85e1609ca231.png" target="_blank" rel="noopener noreferrer">
<img src="https://image2url.com/r2/default/images/1774015449216-7f721514-09fa-4d07-b667-85e1609ca231.png" alt="DresOS Wallpaper 1" style="max-width:100%; border:1px solid #808080; margin:10px 0; cursor:pointer;">
</a>
</p>
<p>
<a href="https://image2url.com/r2/default/images/1774015505618-c44dd474-4d07-409d-93f2-b2e060270ffa.png" target="_blank" rel="noopener noreferrer">
<img src="https://image2url.com/r2/default/images/1774015505618-c44dd474-4d07-409d-93f2-b2e060270ffa.png" alt="DresOS Wallpaper 2" style="max-width:100%; border:1px solid #808080; margin:10px 0; cursor:pointer;">
</a>
</p>
<h3>Open Source License for this DresOS Android guide</h3>
<p>This entire DresOS Android section and guide is licensed under the MIT License. You are free to use, modify, copy, and distribute it (including commercially) as long as you keep the copyright notice and license text below.</p>
<pre style="background:#111; padding:15px; color:#00FF00; font-size:0.9em; overflow:auto; white-space:pre-wrap; word-wrap:break-word;">
MIT License
Copyright (c) 2026 DresOS
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</pre>
</section>
<!-- GitHub Projects -->
<section>
<h2>GitHub Projects</h2>
<h3>Kali Linux Stuff</h3>
<p>These projects focus on installing, configuring, updating, and securing Kali Linux environments, including mobile adaptations like NetHunter for rootless devices and private network setups.</p>
<ul>
<li><a href="https://github.com/DresOperatingSystems/Third-Party-Kali-Nethunter-Build">Third-Party-Kali-Nethunter-Build</a>: Our Third Party Nethunter Build. (Language: Python, Stars: 6)</li>
<li><a href="https://github.com/DresOperatingSystems/kali-linux-private-network-setup">kali-linux-private-network-setup</a>: follow our Steps on how to set up kali linux to be a private and encrypted server for your homes/businesses Network. (Language: Shell, Stars: 1)</li>
</ul>
<h3>Bots</h3>
<p>These are Telegram-based bots for group moderation, anti-raid protection, privacy management, AI integration and web search all with a security focus.</p>
<ul>
<li><a href="https://github.com/DresOperatingSystems/Dresguardian">Dresguardian</a>: Privacy First Telegram Group Management Bot with Built in AI and DuckDuckGo Web Search. (Language: Python, Stars: 1)</li>
<li><a href="https://github.com/DresOperatingSystems/DresAntiRaidBot">DresAntiRaidBot</a>: A Telegram bot to protect your group chats and channels from spam, bot raids and suspected alt accounts. (Language: Python, Stars: 1)</li>
<li><a href="https://github.com/DresOperatingSystems/Dresmodbot">Dresmodbot</a>: A security hardened telegram group moderation bot that has a web search feature leveraging DuckDuckGo search engine. (Language: Python, Stars: 1)</li>
</ul>
<h3>Other Projects</h3>
<p>Miscellaneous tools for Android recovery, Docker like mobile environments, operational security guides, Termux AI assistants, and more.</p>
<ul>
<li><a href="https://github.com/DresOperatingSystems/Motorola-moto-g32-recovery-mode">Motorola-moto-g32-recovery-mode</a>: No description. (Language: None listed, Stars: 1)</li>
<li><a href="https://github.com/DresOperatingSystems/Docker-android">Docker-android</a>: This is our way of getting a docker like env on mobile hope this helps for advanced devs only. (Language: None listed, Stars: 3)</li>
<li><a href="https://github.com/DresOperatingSystems/Android-opsec">Android-opsec</a>: Here we will show and explain a quick and easy method for better on device cyber sec for android devices. (Language: None listed, Stars: 2)</li>
<li><a href="https://github.com/DresOperatingSystems/DresTermuxAI">DresTermuxAI</a>: Just an AI assistant for termux users with coding assistant abilities. (Language: Python, Stars: 1)</li>
<li><a href="https://github.com/DresOperatingSystems/About-DresOS">About-DresOS</a>: Config files for our GitHub profile. (Language: None listed, Stars: 0)</li>
<li><a href="https://github.com/DresOperatingSystems/Android-Degoogling">Android-Degoogling</a>: A Complete Rooted DeGoogling Guide (TWRP + Magisk + MicroG + Fossify) – Turns any stock Android phone into a fully private, FOSS only device with zero Google tracking. (Language: None listed, Stars: 1)</li>
</ul>
</section>
<!-- Terms of Service -->
<section>
<h2>Terms of Service (ToS)</h2>
<p>By engaging with DresOS, our projects, services, or communities (including the DresEcoVerse), you agree to the following terms:</p>
<ul>
<li>We abide by the rules and guidelines of all platforms we use (e.g., Telegram, GitHub, F Droid). Users must also comply with these platform specific rules when interacting with our content or communities.</li>
<li>Anyone who uses our DresOS Android section must follow the rules and terms of each individual application listed.</li>
<li>If our DresOS Android guide is used unethically or illegally, we take zero responsibility and are not liable for any consequences.</li>
<li>Zero tolerance for racism, violence, and Child Sexual Abuse Material (CSAM). Any such behavior will result in immediate removal and potential reporting to authorities.</li>
<li>Treat our bots with care and respect. Do not abuse, spam, or misuse them in any way.</li>
<li>For feedback or bug reports, please contact us directly via the options in the Contact Us section.</li>
<li>If you email or message us for support, it must be related to our organization, projects, or services. Unrelated inquiries may not receive a response.</li>
<li>Be kind and respectful to others in the EcoVerse and all our communities. Harassment, bullying, or disruptive behavior will not be tolerated.</li>
</ul>
<p>These terms are subject to change. Continued use of our services implies acceptance of the latest version.</p>
</section>
</div>
</div>
<!-- Contact Section -->
<section class="contact">
<h2>Contact Us</h2>
<button onclick="window.location.href='mailto:DresOS@duck.com'">Email Support</button>
<button onclick="window.location.href='https://t.me/DresosIbot'">Telegram Bot</button>
<button onclick="window.location.href='https://i.delta.chat/#DD2D2DC0297546BE768E070A073ADBB3D36F79BD&i=d6JFGvrRAV_tfRkvwNaA3PMB&s=HbdzFGYsvI66JOxfh_QmYQE5&a=evwsmlihf%40arcanechat.me&n=DresOS+Buisness+Account'">Arcane/Delta Chat Support</button>
</section>
</main>
<footer>
<p>Copyright © 2026 DresOS. All rights reserved. Website source code: <a href="https://github.com/DresOperatingSystems/DresOperatingSystems.github.io">GitHub Repo</a></p>
</footer>
</body>
</html>