Parrot, a self-hosted Libre AI IDE for stochastic humans. https://parrot.codes/
 
 
 
 
Go to file
Jeff Moe 8aeb768378 docs were migrated 2023-12-02 12:30:54 -07:00
docs docs were migrated 2023-12-02 12:30:54 -07:00
src v0.0.24 2023-11-28 14:32:59 -07:00
.gitignore Sphinx documentation for Parrot, stubs 2023-11-28 14:30:46 -07:00
BUILD.md version git note 2023-11-14 12:34:21 -07:00
CHANGELOG.txt v0.0.24 2023-11-28 14:32:59 -07:00
LICENSE.txt GPL-3.0-or-later 2023-11-11 15:43:13 -07:00
Makefile make download for plugins 2023-11-23 12:59:12 -07:00
README.md Install linky, note on models 2023-11-23 15:51:16 -07:00
requirements.txt Sphinx documentation for Parrot, stubs 2023-11-28 14:30:46 -07:00

README.md

Parrot

Parrot, a self-hosted Libre AI IDE for stochastic humans.

https://parrot.codes

  • An IDE is an editor. It is a software application that makes it easy for humans to edit computer source code.

  • AI adds "artificial intelligence" to the application, which may help the human write code.

  • Libre means all of the source code is under a free software license, as defined by the Free Software Foundation. Examples: GPL, MIT.

  • Libre means all of the AI models are under a free content license compatible with Wikipedia. Example: CC by SA.

Install

See:

https://parrot.codes/docs/install/

Models

At present there doesn't appear to be any code-assist model that is libre built from a libre dataset. Many of the models that claim to be "open source" are using licenses that aren't "open source". All(?) of the models that are using legitimate "open source" licenses, are using datasets that aren't "open source".

Development

See BUILD.md.

Status

Alpha. Under early development.

TODO

Todo todo:

  • Still full of spyware and related code that needs to be purged.
  • Need to add AI directly to app. Local llama.cpp daemon at present.

Disclaimer

I am not a programmer.

Copyright

Unofficial project, not related to upstream projects.

Upstream sources under their respective copyrights.

License

Copyright © 2023, Jeff Moe.

parrot is distributed under the terms of the GPL-3.0-or-later license.