// PulseEngine Open source developer community MIT licensed
Software that belongs to the people who use it
No subscriptions.
No cloud lock-in.
No data harvesting.
No paywalls.
No compromises.
The best software runs locally, respects your privacy by default, and costs nothing. That is not idealism. That is a design decision, and it gets made on every project that ships here.
- Runs on your machine
- MIT licensed
- No telemetry
- No accounts
- No cloud dependency
// Philosophy
Privacy is a design decision, not a feature
Most software runs in the cloud, owned by a company, reached through a subscription, collecting data as a matter of course. That is not a bug, it is the business model. PulseEngine exists because that is not how it has to be.
- 01Software should run locally
- 02Privacy is a design decision, not a feature
- 03The best software costs nothing to use
- 04Open source is a commitment, not a tactic
- 05Code should be owned by its users
How that holds up in practice
-
P.01
Build in public
Every commit is visible. Every decision is documented. The work is open from the first line of code, not open-sourced after the fact.
-
P.02
Privacy by default
Nothing ships with data collection built in. Privacy is an architectural call made before the first feature, not a setting you have to find.
-
P.03
Local-first, always
Software runs on the machine of the person using it. If the internet goes down, the software still works.
-
P.04
Open license, no exceptions
Everything is MIT licensed. Anyone can read, fork, modify and redistribute the code. That is not a policy, that is the point.
// Projects
The work is the point
The GitHub organisation is the live index. Repositories, releases and issues are all there, and it stays current without anyone updating a marketing page.
-
01
Market Intelligence Platform
Tracks 24 assets across 12 RSS feeds and produces a composite signal score from −10 to +10. Runs fully locally, with no accounts, no API keys and no telemetry. MIT licensed.
-
02
Pay-Off
The second project to ship under the organisation. Same bar as everything else: it runs on your own machine, collects nothing, and the source is open from the first commit. MIT licensed.
Every project clears the same bar
Anything that cannot clear the bar does not ship under the organisation.
// Contribute
Start with an issue, not an introduction
No permission needed, and no professional title required. Reading the code counts. A clear bug report counts. A fix for a typo in a README counts.
-
01
Clone it and run it
Everything runs on your own machine with no keys and no signup. If the setup is unclear, that is a documentation bug worth filing.
-
02
Take an open issue
Issues are labelled in the repositories. A first pull request does not have to be large to be worth merging.
-
03
Argue it out in Discord
Architecture and licensing get discussed in the open before anything is merged. Disagreement is welcome when it is argued.
$ git clone https://github.com/The-Pulse-Engine/<repo>
$ cd <repo>
$ cat README.md
# no API keys
# no account
# no network required after install
// Community
Where the work happens
Three places, all open. No newsletter, no signup form, nothing to buy.
GitHub
Read the source, open an issue, send a pull request. Commits are the proof that the community is building and not just talking.
Open the organisationDiscord
Daily activity and weekly discussion. Decisions get made here in the open, then land in the repositories.
Join the serverWhere the community writes in public. Weekly recaps of what actually shipped, and positions on the things worth arguing about.
Follow the pageA slow week gets reported as a slow week. A failed approach gets documented as a failed approach. Trust is earned by telling the truth about what is happening.
// Contact
Contact us
Bug reports and feature requests belong in GitHub issues, where everyone can see them. For anything else, write to us directly.
Replies come from a person, not a ticketing system. Give it a few days.