{"id":32786806,"url":"https://github.com/ogcae/ruten","last_synced_at":"2025-11-05T05:03:16.159Z","repository":{"id":321804704,"uuid":"1087228489","full_name":"ogcae/ruten","owner":"ogcae","description":"Fast, lightweight programming language with AI, subprocess, multiprocessing, vision, blockchain, and other powerful modules.","archived":false,"fork":false,"pushed_at":"2025-10-31T17:07:29.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-31T17:24:38.970Z","etag":null,"topics":["ai","artificial-intelligence","compiler","ia","json","machine-learning","multiprocessing","multithreading","openai","programming-language","rust","rustup","speed","speedtest","strings","subprocess","tests","tokio"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ogcae.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"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}},"created_at":"2025-10-31T15:13:40.000Z","updated_at":"2025-10-31T17:07:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ogcae/ruten","commit_stats":null,"previous_names":["ogcae/ruten"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ogcae/ruten","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogcae%2Fruten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogcae%2Fruten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogcae%2Fruten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogcae%2Fruten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ogcae","download_url":"https://codeload.github.com/ogcae/ruten/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogcae%2Fruten/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282762578,"owners_count":26723111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-05T02:00:05.946Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai","artificial-intelligence","compiler","ia","json","machine-learning","multiprocessing","multithreading","openai","programming-language","rust","rustup","speed","speedtest","strings","subprocess","tests","tokio"],"created_at":"2025-11-05T05:01:39.076Z","updated_at":"2025-11-05T05:03:16.153Z","avatar_url":"https://github.com/ogcae.png","language":"Rust","readme":"# ruten\n\nFast, lightweight programming language with subprocess, multiprocessing, AI and other modules support.\n\n![Version](https://img.shields.io/badge/1.1.2-stable-5d5d5d?style=flat-square\u0026logo=rust) ![Rust](https://img.shields.io/badge/rust-1.70+-5d5d5d?style=flat-square\u0026logo=rust) [![Give a star](https://img.shields.io/badge/Give%20a%20⭐-%20-5d5d5d?style=flat-square\u0026logo=github)](https://github.com/ogcae/ruten/stargazers)\n\n![Build](https://img.shields.io/github/actions/workflow/status/ogcae/ruten/ci.yml?branch=main\u0026style=flat-square\u0026label=build)\n\n\n## Install \u0026 Test\n```bash\n$ git clone https://github.com/jokyng/ruten\n$ cd ruten\n$ cargo build --release\n$ cargo test\n$ ruten examples/blockchain.rt\n```\n\n## Quick Start\n```bash\n$ cargo install --path .   # ~ install\n$ ruten                    # ~ repl\n$ ruten script.rt          # ~ run file\n```\n\n## Modules\n| module | description | example |\n|--------|-------------|---------|\n| `ai` | openai, claude, ollama integration | `ai.complete(prompt)` |\n| `vision` | image processing, face detection | `vision.detect_faces(img)` |\n| `nlp` | sentiment analysis, tokenization | `nlp.sentiment(text)` |\n| `torrent` | multi-threaded downloads | `torrent.download(url)` |\n| `subproc` | shell commands, process execution | `subproc.run(cmd)` |\n| `multiproc` | parallel operations, cpu info | `multiproc.parallel(fn, data)` |\n| `downloads` | file downloads with progress | `downloads.save(url, path)` |\n| `apps` | cli utilities, progress bars | `apps.progress(total)` |\n| `format` | code formatting and cleanup | `format.indent(code)` |\n| `database` | key-value storage | `database.set(key, value)` |\n| `email` | send emails | `email.send(to, subject, body)` |\n| `logger` | advanced logging | `logger.info(\"message\")` |\n| `testing` | assertions and tests | `testing.assert_equal(a, b)` |\n| `stats` | statistical operations | `stats.mean(numbers)` |\n| `utils` | common utilities | `utils.uuid()` |\n| `image` | image processing | `image.resize(path, w, h)` |\n| `weather` | real-time weather data | `weather.current(\"london\")` |\n| `github` | github api access | `github.user(\"torvalds\")` |\n| `news` | latest news headlines | `news.headlines(\"us\")` |\n| `quotes` | inspirational quotes | `quotes.random()` |\n| `jokes` | random jokes and humor | `jokes.programming()` |\n| `facts` | interesting facts | `facts.random()` |\n| `geo` | geolocation and ip lookup | `geo.myip()` |\n| `blockchain` | crypto prices | `blockchain.btc_price()` |\n| `crypto_prices` | cryptocurrency data | `crypto_prices.bitcoin()` |\n| `http` | async http client with headers support | `http.get(url, headers)` |\n| `webhook` | lightweight webhook server | `webhook.listen(port, handler)` |\n| `crypto` | hashing, encryption, secure random | `crypto.sha256(data)` |\n| `json` | fast json parsing and serialization | `json.parse(text)` |\n| `math` | advanced math operations | `math.fibonacci(n)` |\n| `strings` | regex, parsing, manipulation | `strings.match(pattern, text)` |\n\n---\n\n## Contributors\n\n\u003ca href=\"https://github.com/ogcae/ruten/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=ogcae/ruten\" /\u003e\n\u003c/a\u003e\n\nmade with \u003ca href=\"https://github.com/jokyng\"\u003e\u003ccode\u003ejokyng\u003c/code\u003e\u003c/a\u003e by \u003ca href=\"https://github.com/ogcae\"\u003e\u003ccode\u003eogcae\u003c/code\u003e\n\u003c/a\u003e\n\n\n\n\u003ca href=\"./LICENSE\"\u003e\n\u003ccode\u003eLICENSE\u003c/code\u003e\u003c/a\u003e · \n\u003ca href=\"./CONTRIBUTING.md\"\u003e\n\u003ccode\u003eCONTRIBUTE\u003c/code\u003e\u003c/a\u003e ·\n\u003ca href=\"./CHANGELOG.md\"\u003e\n\u003ccode\u003eCHANGELOG\u003c/code\u003e\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fogcae%2Fruten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fogcae%2Fruten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fogcae%2Fruten/lists"}