-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (104 loc) · 4.79 KB
/
Copy pathindex.html
File metadata and controls
109 lines (104 loc) · 4.79 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Loosebird</title>
<meta name="description" content="Native software that respects your freedom." />
<meta property="og:title" content="Loosebird" />
<meta property="og:description" content="Native software that respects your freedom." />
<meta property="og:type" content="website" />
</head>
<body>
<header>
<h1>Loosebird</h1>
<p class="author">Native software that respects your freedom.</p>
<div class="header-links">
<a href="./index.html" rel="nooper noreferrer">Home</a>
<a href="./faq.html" rel="nooper noreferrer">FAQ</a>
<a href="./projects.html" rel="nooper noreferrer">Projects</a>
<a href="./news.html" rel="nooper noreferrer">News</a>
<a href="./community.html" rel="nooper noreferrer">Community</a>
<a href="./donate.html" rel="nooper noreferrer">Donate</a>
</div>
</header>
<main>
<article class="indent-pars">
<h2 id="about-us">About Us</h2>
<p>
<strong>Loosebird</strong> was born from a deep unease. In a world of software that is
increasingly slow, ephemeral, and often disrespectful of user autonomy, we believe there
is a better way.
</p>
<p class="no-indent">Our tools are built on three non‑negotiable pillars:</p>
<ul>
<li>
<strong>Free as in Freedom</strong><br />
All our code is and will always be <em>open source</em>, under licenses that guarantee
the four fundamental freedoms.
</li>
<li>
<strong>Native out of Respect</strong><br />
We write applications that make the most of the operating system. Less memory
consumption, greater speed, and an experience that feels like an integral part of the
user’s machine.
</li>
<li>
<strong>Community-Funded</strong><br />
We believe that quality tools should not be a privilege. Our work is sustained by a
community that believes in our mission.
</li>
</ul>
<p class="no-indent">
We reject the idea that technological progress must come with <em>bloatware</em>, abusive
subscriptions, or surveillance hidden in terms of service.
</p>
<h2 id="manifesto">Manifesto</h2>
<p>
We are not just code. We are a set of principles. These are the commandments that guide
every <em>commit</em>, every <em>pull request</em>, and every design decision:
</p>
<ul>
<li>
<strong>I. The User is Sovereign</strong><br />
Software must serve the user, not ads or external shareholders. No hidden telemetry or
dark patterns to generate "engagement."
</li>
<li>
<strong>II. Universal by Design</strong><br />
Freedom of choice includes the platform. We target as many operating systems and CPU
architectures as possible, so you can run the same tool natively on your old laptop,
your ARM single‑board computer, or your main workstation.
</li>
<li>
<strong>III. Native is Performance and Sustainability</strong><br />
Electron and web wrappers have their place, but not here. We pursue the energy
efficiency and fluidity of native applications, extending the lifespan of hardware.
</li>
<li>
<strong>IV. Truly Open Source</strong><br />
<em>Source available</em> is not enough. Permissive or <em>copyleft</em> licenses (GPL,
MIT, Apache) are the only ones that guarantee knowledge will remain free forever.
</li>
<li>
<strong>V. Stability and Durability</strong><br />
We are averse to fads. We prefer well‑documented code and features that will still work
in 10 years over frameworks that will be abandoned in 6 months.
</li>
<li>
<strong>Vi. Offline is the Default</strong><br />
The user does not need an account to use a text editor, a calculator, or a file manager.
The cloud is optional, never a prison.
</li>
<li>
<strong>VII. Radical Transparency</strong><br />
Difficult decisions? Finances? Project roadmap? We discuss everything openly. If this
project should ever end, the code is there so that anyone can carry on the legacy.
</li>
</ul>
</article>
</main>
<script type="module" src="/src/main.ts"></script>
</body>
</html>