# ash-core (Legacy)
## Status: End of Life (EOL)
**This crate represents the legacy ASH Core architecture (Generation 2).**
Development and security support have been permanently discontinued.
---
A new generation of ASH has been released under:
**[`ashcore`](https://crates.io/crates/ashcore)**
The new generation introduces:
- Rewritten core protocol
- Simplified SDK integration
- Improved conformance guarantees
- Reduced spec complexity
- Zero-dependency Node.js SDK
**Please migrate immediately. No further updates will be issued for this crate.**
---
## Migration
Replace in your `Cargo.toml`:
```diff
- ash-core = "2.3.5"
+ ashcore = "1.0.0"
```
For the Node.js SDK:
```diff
- npm install ash-sdk
+ npm install @3maem/ash-node-sdk
```
---
## Links
- [New Crate: `ashcore`](https://crates.io/crates/ashcore)
- [New Node.js SDK: `@3maem/ash-node-sdk`](https://www.npmjs.com/package/@3maem/ash-node-sdk)
- [Repository](https://github.com/3maem/ashcore)
- [Documentation](https://ashcore.ai)
---
## License
Apache License 2.0