
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Traditional issue trackers emphasize metadata and workflow and tend to add considerable overhead to a project. They make little sense for small, highly collaborative teams.
Ω is not traditional. It facilitates squashing issues, not documenting their life stories. No administrivia.
Initial version created during a Big Idea Day at Pulse Energy. More details
Give it a whirl at http://omegatracker.herokuapp.com. The redis database there is severely limited, but it should suffice as a demo.
real-time
minimalist
projects
Depending on your needs, you could create your project on the demo site. But to have Ω all to yourself, there are a couple of options:
Install it on your own server
git clone git@github.com:wachunga/omega.gitcd omega; npm installInstall it in the cloud via a PaaS like Heroku, OpenShift, etc.
Start the server:
npm start
Or, to specify options:
node server [--redis] [--port <port>] [--pass <password>]
<redis> - use Redis for persistence instead of json on the file system.
<port> - Where the server listens for connections. Defaults to 1337.
<password> - Password required for accessing project admin section. Defaults to 'admin'. (Default username is also 'admin'.)
Then just open a browser to http://localhost:1337 or wherever.
Ω is unit tested using Jasmine. Open tests/SpecRunner.html to run the tests.
project: omega
commits: 254
files : 105
authors:
221 David Hirtle 87.0%
24 Neil Gentleman 9.4%
6 Drew Miller 2.4%
2 Russell Porter 0.8%
1 Farrin Reid 0.4%
Our dev instance of Ω is not public (for now), but feel free to file issues on github as usual.
FAQs
A real-time issue tracker optimized for small teams
We found that omega demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.