Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Akimous is a Python IDE with unique features boosting developers' productivity.
For more information and documentation, visit the official website.
The recommended way for installing Akimous is through PyPI.
pip install -U akimous
Start it in the terminal. The browser should be automatically opened.
akimous
akimous --help
.If you have difficulty installing, or you are running in a cloud environment, try the prebuilt docker image.
docker run --mount type=bind,source=$HOME,target=/home/user -p 127.0.0.1:3179:3179 -it red8012/akimous akimous
Start the app by typing in the terminal (the browser will automatically open if available):
akimous
--help
: show help message and exit.--host HOST
: specify the host for Akimous server to listen on. (default to 0.0.0.0 if inside docker, otherwise 127.0.0.1)--port PORT
: The port number for Akimous server to listen on. (default=3179)--no-browser
: Do not open the IDE in a browser after startup.--verbose
: Print extra debug messages.Make sure you have recent version of the following build dependencies installed.
Run the following commands according to your need.
make # build everything
make test # run tests
make lint # run linters
make install # (re)install the package
Running make
will install all Python and Javascript dependencies listed in pyproject.toml
and ui/package.json
automatically.
This program is at pre-alpha stage. Please do report issues if you run into some problems. Contributions of any kind are welcome, including feature requests or pull requests (can be as small as correcting spelling errors) .
FAQs
An intelligent Python IDE
We found that akimous demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.