{"id":31452466,"url":"https://github.com/humblepenguinn/envio","last_synced_at":"2026-03-01T17:12:56.165Z","repository":{"id":143635580,"uuid":"616484530","full_name":"humblepenguinn/envio","owner":"humblepenguinn","description":"A secure command-line tool for managing environment variables","archived":false,"fork":false,"pushed_at":"2026-02-28T20:44:30.000Z","size":7162,"stargazers_count":921,"open_issues_count":13,"forks_count":20,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-02-28T23:42:39.186Z","etag":null,"topics":["cli","enviorment-variables","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/humblepenguinn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"open_collective":"envio"}},"created_at":"2023-03-20T13:32:54.000Z","updated_at":"2026-02-28T20:44:34.000Z","dependencies_parsed_at":"2024-05-16T03:37:41.507Z","dependency_job_id":"d1949ead-5907-48df-9914-14ab28a834ae","html_url":"https://github.com/humblepenguinn/envio","commit_stats":null,"previous_names":["envio-cli/envio","humblepenguinn/envio"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/humblepenguinn/envio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humblepenguinn%2Fenvio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humblepenguinn%2Fenvio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humblepenguinn%2Fenvio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humblepenguinn%2Fenvio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humblepenguinn","download_url":"https://codeload.github.com/humblepenguinn/envio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humblepenguinn%2Fenvio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29976272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","enviorment-variables","rust"],"created_at":"2025-10-01T07:01:28.571Z","updated_at":"2026-03-01T17:12:56.157Z","avatar_url":"https://github.com/humblepenguinn.png","language":"Rust","funding_links":["https://opencollective.com/envio"],"categories":["Rust","Productivity","Development tools"],"sub_categories":["Workflow Automation"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://irusa.org/middle-east/palestine/\"\u003e\n    \u003cimg src=\"assets/palestine-banner.png\" width=\"800px\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/icon.svg\" width=\"200px\"\u003e\n  \u003ch1\u003eenvio\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch2\u003eA secure command-line tool for managing environment variables\u003c/h2\u003e\n  \u003ca href=\"https://github.com/humblepenguinn/envio/workflows/CICD.yml\"\u003e\u003cimg src=\"https://github.com/humblepenguinn/envio/actions/workflows/CICD.yml/badge.svg\" alt=\"CICD\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/envio\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/envio.svg\" alt=\"Version info\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\" style=\"margin-top: 24px; margin-bottom: 24px;\"\u003e\n  \u003cimg alt=\"Demo\" src=\"assets/demo.svg\" width=\"80%\"\u003e\n\u003c/div\u003e\n\n## About\n\n`envio` is a command-line tool for securely managing environment variables. It allows users to create encrypted profiles containing environment variables for a specific project or use case. The tool provides various operations to manage these profiles, such as loading them into terminal sessions or running programs with the specified environment variables.\n\nSome key features of `envio` include:\n\n- **Encrypt** profiles using different encryption methods\n- **Start** new shell sessions with profile environment variables injected\n- **Run** programs with your profiles\n\n## Installation\n\nPre-built binaries are available on the [releases page](https://github.com/envio-cli/envio/releases).\n\n### Unix Install Script\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/humblepenguinn/envio/main/install.sh | bash\n```\n\nYou can set a custom install directory with `INSTALL_DIR`:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/humblepenguinn/envio/main/install.sh |INSTALL_DIR=/usr/local/bin bash\n```\n\n### Linux\n\n**Arch Linux**\n\nUse your favorite AUR helper to install `envio`:\n\n```bash\nparu -S envio      # or envio-bin for pre-built binary\n```\n\n**Debian/Ubuntu**\n\n```bash\nsudo dpkg -i envio_\u003cversion\u003e_\u003carch\u003e.deb\n```\n\n### macOS\n\n```bash\nbrew install envio\n```\n\n### Windows\n\nDownload the MSI installer or zip archive from the [releases page](https://github.com/envio-cli/envio/releases).\n\n## Usage\n\nSee the [Usage Guide](docs/usage.md) for detailed instructions on how to use the tool.\n\n## Contributing\n\nTake a look at the [Contributing Guide](CONTRIBUTING.md) for more information.\n\n## License\n\n`envio` is available under the terms of either the MIT License or the Apache License 2.0, at your option.\n\nSee the [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) files for license details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumblepenguinn%2Fenvio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumblepenguinn%2Fenvio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumblepenguinn%2Fenvio/lists"}