Name | nage JSON |
Version |
1.2.1
JSON |
| download |
home_page | None |
Summary | A free AI assistant by 0x3st. |
upload_time | 2025-08-27 05:23:14 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Nage
[](https://pypi.org/project/nage/)
[](https://github.com/0x3st/nage/LICENSE)
Nage is a lightweight AI tool for your command line. Get started quickly by simply asking it a question.
Nage is a free and open source software for all its users and open source community.
## Features
- Conversational interactives without borderness
- Automatic memory and history storage and management
- No extra commands needed
- Light and easy to install
## Installation
1. You can simply use `pip install nage` but it might be unsafe.
2. Using `uv tool install nage` can prevent the problem of environgment. (Recommend)
## Usage
1. For the first time use, Nage will automactically create static files `MEMO`, `SETT` and `HIST` under the route `~/.nage/`.
2. Nage will ask you to provide your own api-key. You could also edit your settings(model, endpoint, api-key) in the file `~/.nage/SETT`.
3. When everything is set, you could start using Nage by just ask `nage how can I reboot my mac?`. Nage could deal with simple Q&A questions and command suggestions. Sometimes Nage will ask further information for comprehensive answers.
4. You can ask Nage to delete the history or memory mannually. If you don't clear them, Nage will automatically clear ONLY history. Memories will be clear IF AND ONLY IF asked by user.
5. English now is set to the universal language.
## Warnings
1. Nage don't initiatively collect you privacy and there's no malware that illegally profilling users.
2. Please read privacy policy of your api providers first before use. Nage store all your informations locally at your device. However, they will be sent to your AI provider for conitnuous conversation.
3. Some commands that Nage would collect further information like your email or option of some commands (npm create, etc.). But Nage won't collect those information.
4. Do not provide your passwords and physical address. Sensitive informations, like ID number, family address won't be proceeded.
## Changelog
- 1.2.1 *pseudo version for 1.2.0*
- for PyPI
- formal set up of workflows
- 1.2.0 *A nearly-wonderful new version!*
- Code mainly by 0x3st
- Redesigned file structure
- Follow `PEP 7` & `PEP 8`
- Basic functions like history, memories, continuous conversation, stream output.
- 1.0.0 *First version released.*
- Vibe coding with `Claude Sonnect 4.`
- Complex code and structure.
## To-dos
> Actually some are easy to do but I'm just too lazy currently :D
1. Change some configuration variables to `setting.py`
2. After (1), allow user mannually turn on or off for some critical alternatives.
3. Use regular expressions or statistical methods to deal with some logical failures.(e.g. Ask AI to change api-key)
4. Support MCP servers and function calling.
## License
[GPLv3](https://github.com/0x3st/nage/LICENSE) is applied.
Please follow the license when using or distributing it or its derivatives.
Raw data
{
"_id": null,
"home_page": null,
"name": "nage",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "0x3st <findmethroughemail@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/4d/9c/3e3f00e893c650140076fd222e4279e07234dc954a6a8bedb3e83ff5126f/nage-1.2.1.tar.gz",
"platform": null,
"description": "\n# Nage\n\n[](https://pypi.org/project/nage/)\n[](https://github.com/0x3st/nage/LICENSE)\n\nNage is a lightweight AI tool for your command line. Get started quickly by simply asking it a question.\n\nNage is a free and open source software for all its users and open source community.\n## Features\n\n- Conversational interactives without borderness\n- Automatic memory and history storage and management\n- No extra commands needed\n- Light and easy to install\n\n## Installation\n\n1. You can simply use `pip install nage` but it might be unsafe.\n2. Using `uv tool install nage` can prevent the problem of environgment. (Recommend)\n\n## Usage\n\n1. For the first time use, Nage will automactically create static files `MEMO`, `SETT` and `HIST` under the route `~/.nage/`.\n\n2. Nage will ask you to provide your own api-key. You could also edit your settings(model, endpoint, api-key) in the file `~/.nage/SETT`.\n\n3. When everything is set, you could start using Nage by just ask `nage how can I reboot my mac?`. Nage could deal with simple Q&A questions and command suggestions. Sometimes Nage will ask further information for comprehensive answers.\n\n4. You can ask Nage to delete the history or memory mannually. If you don't clear them, Nage will automatically clear ONLY history. Memories will be clear IF AND ONLY IF asked by user.\n\n5. English now is set to the universal language.\n\n## Warnings\n\n1. Nage don't initiatively collect you privacy and there's no malware that illegally profilling users.\n\n2. Please read privacy policy of your api providers first before use. Nage store all your informations locally at your device. However, they will be sent to your AI provider for conitnuous conversation.\n\n3. Some commands that Nage would collect further information like your email or option of some commands (npm create, etc.). But Nage won't collect those information.\n\n4. Do not provide your passwords and physical address. Sensitive informations, like ID number, family address won't be proceeded.\n\n## Changelog\n\n- 1.2.1 *pseudo version for 1.2.0*\n - for PyPI\n - formal set up of workflows\n- 1.2.0 *A nearly-wonderful new version!*\n - Code mainly by 0x3st\n - Redesigned file structure\n - Follow `PEP 7` & `PEP 8`\n - Basic functions like history, memories, continuous conversation, stream output.\n\n- 1.0.0 *First version released.*\n - Vibe coding with `Claude Sonnect 4.`\n - Complex code and structure.\n\n## To-dos\n\n> Actually some are easy to do but I'm just too lazy currently :D\n1. Change some configuration variables to `setting.py`\n\n2. After (1), allow user mannually turn on or off for some critical alternatives.\n\n3. Use regular expressions or statistical methods to deal with some logical failures.(e.g. Ask AI to change api-key)\n\n4. Support MCP servers and function calling.\n## License\n\n[GPLv3](https://github.com/0x3st/nage/LICENSE) is applied.\n\nPlease follow the license when using or distributing it or its derivatives.",
"bugtrack_url": null,
"license": null,
"summary": "A free AI assistant by 0x3st.",
"version": "1.2.1",
"project_urls": {
"Homepage": "https://github.com/0x3st/nage",
"Issues": "https://github.com/0x3st/nage/issues",
"Repository": "https://github.com/0x3st/nage.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "33acc016e2dbba044353cdbe8eb29daaa0423dedc86edf077d675281296011e0",
"md5": "31d639d947c62ae887bff8ca45903b22",
"sha256": "eff4c52443167106c34b1808ef131066947093f339e1ad0134d3dbf89367a3fc"
},
"downloads": -1,
"filename": "nage-1.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "31d639d947c62ae887bff8ca45903b22",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 21548,
"upload_time": "2025-08-27T05:23:12",
"upload_time_iso_8601": "2025-08-27T05:23:12.663914Z",
"url": "https://files.pythonhosted.org/packages/33/ac/c016e2dbba044353cdbe8eb29daaa0423dedc86edf077d675281296011e0/nage-1.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4d9c3e3f00e893c650140076fd222e4279e07234dc954a6a8bedb3e83ff5126f",
"md5": "5abd42d58457754bd06936744cfe429d",
"sha256": "7e0acf5f1aae3bfea1e84f509e0b4774613b76d073113aa98cd7f3f73fc0883d"
},
"downloads": -1,
"filename": "nage-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "5abd42d58457754bd06936744cfe429d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 86133,
"upload_time": "2025-08-27T05:23:14",
"upload_time_iso_8601": "2025-08-27T05:23:14.105710Z",
"url": "https://files.pythonhosted.org/packages/4d/9c/3e3f00e893c650140076fd222e4279e07234dc954a6a8bedb3e83ff5126f/nage-1.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-27 05:23:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "0x3st",
"github_project": "nage",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "nage"
}